Constructor. Sets the layout to the static SysLogLayout instance.
Append an event to the output.
Return: the fingerprint for this class
Sets the global syslog ID string for this program. Calling this function is optional; if it is not called, the program's name is used as the ID.
Interface for all logging layout instances
Return the mask used to identify this Appender.
Return the name of this Appender.
Append a message to the output.
Return the current Level setting
Return the current Level setting
Static method to return a mask for identifying the Appender.
Set the current layout to be that of the argument, or the generic layout where the argument is null
Return the current Layout
Attach another appender to this one
Return the next appender in the list
Close this appender. This would be used for file, sockets, and the like
syslog appender class