Create an Appender and default its layout to LayoutTimer.
Append a message to the output.
Close this appender. This would be used for file, sockets, and the like
Set the current layout to be that of the argument, or the generic layout where the argument is null
Return the current Layout
Return the current Level setting
Return the current Level setting
Return the mask used to identify this Appender.
Return the name of this Appender.
Attach another appender to this one
Return the next appender in the list
Static method to return a mask for identifying the Appender.
Interface for all logging layout instances
Base class for all Appenders