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

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

void Log(
	LoggingEvent logEvent
)
Remarks

Logs the specified logging event through this logger.

See Also