Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

ILog Members

ILog overview

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.

Public Instance Methods

DebugOverloaded. Log a message object with the Debug level.
DebugFormatOverloaded. Log a formatted string with the Debug level.
ErrorOverloaded. Log a message object with the Error level.
ErrorFormatOverloaded. Log a formatted message string with the Error level.
FatalOverloaded. Log a message object with the Fatal level.
FatalFormatOverloaded. Log a formatted message string with the Fatal level.
InfoOverloaded. Log a message object with the Info level.
InfoFormatOverloaded. Log a formatted message string with the Info level.
WarnOverloaded. Log a message object with the Warn level.
WarnFormatOverloaded. Log a formatted message string with the Warn level.

See Also

ILog Interface | log4net Namespace | LogManager | GetLogger