Common Logging 2.0 API Reference

ConsoleOutLogger Methods

The methods of the ConsoleOutLogger class are listed below. For a complete list of ConsoleOutLogger class members, see the ConsoleOutLogger Members topic.

Public Instance Methods

Debug (inherited from AbstractLogger)Overloaded. Log a message object with the Debug level.
DebugFormat (inherited from AbstractLogger)Overloaded. Log a message with the Debug level.
Equals (inherited from Object) 
Error (inherited from AbstractLogger)Overloaded. Log a message object with the Error level.
ErrorFormat (inherited from AbstractLogger)Overloaded. Log a message with the Error level.
Fatal (inherited from AbstractLogger)Overloaded. Log a message object with the Fatal level.
FatalFormat (inherited from AbstractLogger)Overloaded. Log a message with the Fatal level.
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
Info (inherited from AbstractLogger)Overloaded. Log a message object with the Info level.
InfoFormat (inherited from AbstractLogger)Overloaded. Log a message with the Info level.
ToString (inherited from Object) 
Trace (inherited from AbstractLogger)Overloaded. Log a message object with the Trace level.
TraceFormat (inherited from AbstractLogger)Overloaded. Log a message with the Trace level.
Warn (inherited from AbstractLogger)Overloaded. Log a message object with the Warn level.
WarnFormat (inherited from AbstractLogger)Overloaded. Log a message with the Warn level.

Protected Instance Methods

Finalize (inherited from Object) 
FormatOutput (inherited from AbstractSimpleLogger) Appends the formatted message to the specified StringBuilder.
GetWriteHandler (inherited from AbstractLogger) Override this method to use a different method than WriteInternal for writing log events to the underlying log system.
IsLevelEnabled (inherited from AbstractSimpleLogger) Determines if the given log level is currently enabled.
MemberwiseClone (inherited from Object) 
WriteInternal Do the actual logging by constructing the log message using a StringBuilder then sending the output to Out.

See Also

ConsoleOutLogger Class | Common.Logging.Simple Namespace