Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

ILogger.Log�Method�(LoggingEvent)

This is the most generic printing method that is intended to be used by wrappers.

[Visual�Basic]
Sub�Log( _
���ByVal logEvent�As�LoggingEvent�_
)
[C#]
void�Log(
���LoggingEventlogEvent
);

Parameters

logEvent
The event being logged.

Remarks

Logs the specified logging event through this logger.

See Also

ILogger Interface | log4net.Core Namespace | ILogger.Log Overload List