Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

ILog�Methods

The methods of the ILog interface are listed below. For a complete list of ILog interface members, see the ILog Members topic.

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