This is the most generic printing method. This generic form is intended to be used by wrappers
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);
Logger Class | log4net.Repository.Hierarchy Namespace