log4net SDK Reference

ILogger.Log Method

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

Overload List

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

void Log(LoggingEvent);

This generic form is intended to be used by wrappers.

void Log(Type,Level,object,Exception);

See Also

ILogger Interface | log4net.Core Namespace