The properties of the AbstractSimpleLogger class are listed below. For a complete list of AbstractSimpleLogger class members, see the AbstractSimpleLogger Members topic.
![]() | The current logging threshold. Messages recieved that are beneath this threshold will not be logged. |
![]() | The date and time format to use in the log message. |
![]() | Determines Whether DateTimeFormat is set. |
![]() | Returns true if the current LogLevel is greater than or equal to Debug. If it is, all messages will be sent to Out. |
![]() | Returns true if the current LogLevel is greater than or equal to Error. If it is, only messages with a LogLevel of Error and Fatal will be sent to Out. |
![]() | Returns true if the current LogLevel is greater than or equal to Fatal. If it is, only messages with a LogLevel of Fatal will be sent to Out. |
![]() | Returns true if the current LogLevel is greater than or equal to Info. If it is, only messages with a LogLevel of Info, Warn, Error, and Fatal will be sent to Out. |
![]() | Returns true if the current LogLevel is greater than or equal to Trace. If it is, all messages will be sent to Out. |
![]() | Returns true if the current LogLevel is greater than or equal to Warn. If it is, only messages with a LogLevel of Warn, Error, and Fatal will be sent to Out. |
![]() | The name of the logger. |
![]() | Include the current time in the log message. |
![]() | Include the current log level in the log message. |
![]() | Include the instance name in the log message. |
AbstractSimpleLogger Class | Common.Logging.Simple Namespace