The methods of the AbstractSimpleLogger class are listed below. For a complete list of AbstractSimpleLogger class members, see the AbstractSimpleLogger Members topic.
![]() | Overloaded. Log a message object with the Debug level. |
![]() | Overloaded. Log a message with the Debug level. |
![]() | |
![]() | Overloaded. Log a message object with the Error level. |
![]() | Overloaded. Log a message with the Error level. |
![]() | Overloaded. Log a message object with the Fatal level. |
![]() | Overloaded. Log a message with the Fatal level. |
![]() | |
![]() | |
![]() | Overloaded. Log a message object with the Info level. |
![]() | Overloaded. Log a message with the Info level. |
![]() | |
![]() | Overloaded. Log a message object with the Trace level. |
![]() | Overloaded. Log a message with the Trace level. |
![]() | Overloaded. Log a message object with the Warn level. |
![]() | Overloaded. Log a message with the Warn level. |
![]() | |
![]() | Appends the formatted message to the specified StringBuilder. |
![]() | Override this method to use a different method than WriteInternal for writing log events to the underlying log system. |
![]() | Determines if the given log level is currently enabled. |
![]() | |
![]() | Actually sends the message to the underlying log system. |
AbstractSimpleLogger Class | Common.Logging.Simple Namespace