public IAppender this[Type logger] { get { commonLogger = new NLogAuditor(LoggingContext, logger.FullName); return(this); } }
public IAppender this[string logger] { get { commonLogger = new NLogAuditor(LoggingContext, logger); return(this); } }
public NLogAppender(LoggingContext loggingContext) { LoggingContext = loggingContext; commonLogger = new NLogAuditor(LoggingContext, "Gmich.Cedrus"); }