LoggerLog Method (LoggingEvent)Apache log4net™ SDK Documentation
This is the most generic printing method that is intended to be used by wrappers.

Namespace: log4net.Repository.Hierarchy
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public virtual void Log(
	LoggingEvent logEvent
)

Parameters

logEvent
Type: log4net.CoreLoggingEvent
The event being logged.

Implements

ILoggerLog(LoggingEvent)
Remarks

Logs the specified logging event through this logger.

This method must not throw any exception to the caller.

See Also

Reference