public interface SyslogMessageProcessorIF extends Serializable
Syslog4j is licensed under the Lesser GNU Public License v2.1. A copy of the LGPL license is available in the META-INF folder in all distributions of Syslog4j and in the base directory of the "doc" ZIP.
| Modifier and Type | Method and Description |
|---|---|
byte[] |
createPacketData(byte[] header,
byte[] message,
int start,
int length) |
byte[] |
createPacketData(byte[] header,
byte[] message,
int start,
int length,
byte[] splitBeginText,
byte[] splitEndText) |
String |
createSyslogHeader(int facility,
int level,
String localName,
boolean sendLocalTimestamp,
boolean sendLocalName) |
String |
createSyslogHeader(int facility,
int level,
String localName,
boolean sendLocalName,
Date datetime) |
String createSyslogHeader(int facility, int level, String localName, boolean sendLocalTimestamp, boolean sendLocalName)
byte[] createPacketData(byte[] header,
byte[] message,
int start,
int length)
byte[] createPacketData(byte[] header,
byte[] message,
int start,
int length,
byte[] splitBeginText,
byte[] splitEndText)
Copyright © 2017. All rights reserved.