log4net SDK Reference

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(
   LoggingEvent logEvent
);

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