Return a new logger instance named as the first parameter using the default factory.
Return a new logger instance named as the first parameter using the default factory.
public override ILogger GetLogger(string);
Return a new logger instance named as the first parameter using factory.
public Logger GetLogger(string,ILoggerFactory);
Hierarchy Class | log4net.Repository.Hierarchy Namespace