Create with the given layout
Create with the given stream and layout
Append an event to the output.
Sets the output stream to the different stream.
Return the fingerprint for this class
Return the name of this class
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
An appender for the tango logger which writes the output _above_ the current cursor position, breaking the line automatically
This was copied from ocean.util.log.AppendConsole and modified