LogImpl Constructor | Construct a new wrapper for the specified logger. |
IsDebugEnabled | Checks if this logger is enabled for the DEBUG level. |
IsErrorEnabled | Checks if this logger is enabled for the ERROR level. |
IsFatalEnabled | Checks if this logger is enabled for the FATAL level. |
IsInfoEnabled | Checks if this logger is enabled for the INFO level. |
IsWarnEnabled | Checks if this logger is enabled for the WARN level. |
Logger (inherited from LoggerWrapperImpl) | Gets the implementation behind this wrapper object. |
Debug | Overloaded. Logs a message object with the DEBUG level |
DebugFormat | Overloaded. Logs a formatted message string with the DEBUG level. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
Error | Overloaded. Logs a message object with the ERROR level |
ErrorFormat | Overloaded. Logs a formatted message string with the ERROR level. |
Fatal | Overloaded. Logs a message object with the FATAL level |
FatalFormat | Overloaded. Logs a formatted message string with the FATAL level. |
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. Logs a message object with the INFO level. |
InfoFormat | Overloaded. Logs a formatted message string with the INFO level. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Warn | Overloaded. Logs a message object with the WARN level |
WarnFormat | Overloaded. Logs a formatted message string with the WARN level. |
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. |
ReloadLevels | Virtual method called when the configuration of the repository changes |
LogImpl Class | log4net.Core Namespace