public interface SyslogServerEventIF extends SyslogCharSetIF
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 |
|---|---|
Date |
getDate() |
int |
getFacility() |
String |
getHost() |
int |
getLevel() |
String |
getMessage() |
byte[] |
getRaw()
Note: getRaw() may use System.arraycopy(..) each time it is called; best to call it once and store the result.
|
boolean |
isHostStrippedFromMessage() |
void |
setDate(Date date) |
void |
setFacility(int facility) |
void |
setHost(String host) |
void |
setLevel(int level) |
void |
setMessage(String message) |
getCharSet, setCharSetbyte[] getRaw()
int getFacility()
void setFacility(int facility)
Date getDate()
void setDate(Date date)
int getLevel()
void setLevel(int level)
String getHost()
void setHost(String host)
boolean isHostStrippedFromMessage()
String getMessage()
void setMessage(String message)
Copyright © 2017. All rights reserved.