Implementation of ILog wrapper interface.
For a list of all members of this type, see LogImpl Members.
System.Object
���log4net.Core.LoggerWrapperImpl
������log4net.Core.LogImpl
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
This implementation of the ILog interface forwards to the ILogger held by the base class.
This logger has methods to allow the caller to log at the following levels:
DEBUG
level. That is the level with that name defined in the repositories LevelMap. The default value for this level is Debug. The IsDebugEnabled property tests if this level is enabled for logging. INFO
level. That is the level with that name defined in the repositories LevelMap. The default value for this level is Info. The IsInfoEnabled property tests if this level is enabled for logging. WARN
level. That is the level with that name defined in the repositories LevelMap. The default value for this level is Warn. The IsWarnEnabled property tests if this level is enabled for logging. ERROR
level. That is the level with that name defined in the repositories LevelMap. The default value for this level is Error. The IsErrorEnabled property tests if this level is enabled for logging. FATAL
level. That is the level with that name defined in the repositories LevelMap. The default value for this level is Fatal. The IsFatalEnabled property tests if this level is enabled for logging. The values for these levels and their semantic meanings can be changed by configuring the LevelMap for the repository.
Namespace: log4net.Core
Assembly: log4net (in log4net.dll)
LogImpl Members | log4net.Core Namespace