Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

LogImpl Members

LogImpl overview

Public Instance Constructors

LogImpl Constructor Construct a new wrapper for the specified logger.

Public Instance Properties

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.

Public Instance Methods

DebugOverloaded. Logs a message object with the DEBUG level.
DebugFormatOverloaded. Logs a formatted message string with the DEBUG level.
Equals (inherited from Object)
ErrorOverloaded. Logs a message object with the ERROR level.
ErrorFormatOverloaded. Logs a formatted message string with the ERROR level.
FatalOverloaded. Logs a message object with the FATAL level.
FatalFormatOverloaded. Logs a formatted message string with the FATAL level.
GetHashCode (inherited from Object)
GetType (inherited from Object)
InfoOverloaded. Logs a message object with the INFO level.
InfoFormatOverloaded. Logs a formatted message string with the INFO level.
ToString (inherited from Object)
WarnOverloaded. Logs a message object with the WARN level.
WarnFormatOverloaded. Logs a formatted message string with the WARN level.

Protected Instance Methods

Finalize (inherited from Object)
MemberwiseClone (inherited from Object)
ReloadLevels Virtual method called when the configuration of the repository changes

See Also

LogImpl Class | log4net.Core Namespace