log4net SDK Reference

Logger.Log Method

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

Overload List

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

public virtual void Log(Level,object,Exception);

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

public virtual void Log(LoggingEvent);

This generic form is intended to be used by wrappers.

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

See Also

Logger Class | log4net.Repository.Hierarchy Namespace