![]() CurrentLevel | Set all loggers to this level |
![]() LogToConsole | If this property is true then logs will be written to the console. |
![]() LogToTrace | If this property is true then logs will be written using Trace. |
![]() PrimaryLogFile | The primary log file is simply the first file appender that has been added to the logger. |
![]() ShowClassNames | If true then class-names will be shown in log. |
![]() ShowTimestamp | If true then timestamps will be shown in log. |
![]() AddAppender | Add an appender to our list |
![]() ClearAppenders | Close and remove all appenders |
![]() GetLogger | Overloaded. Get a logger for the supplied class |
![]() RemoveAppender | Remove an appender from our list |
![]() Shutdown | Close and remove all appenders and loggers |
![]() LogMessageReceived | If this event is set then all logging events are directed to the event as well as the loggers. |
DebugEnabled | Is debug logging enabled? |
InfoEnabled | Is info logging enabled for the supplied level? |
Debug | Overloaded. Log a debug level message |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
Error | Overloaded. Log an error level message |
Fatal | Overloaded. Log a fatal level message |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
Info | Overloaded. Log an info level message |
IsEnabledFor | Is logging enabled for the supplied level? |
Log | Log a message using the given level. |
LogObject | Logs the public properties of an object. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Warn | Overloaded. Log an warning level message |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |