Logger Log Method (Level, Object, Exception)Apache log4net™ SDK Documentation
This is the most generic printing method. This generic form is intended to be used by wrappers

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

public virtual void Log(
	Level level,
	Object message,
	Exception exception
)
Remarks

Generate a logging event for the specified level using the message.

See Also