Ejemplo n.º 1
0
        public ILogger AsLogger(LoggerProxyOptions options)
        {
            LoggerProxy logger = new LoggerProxy(this, options);

            return(logger);
        }
Ejemplo n.º 2
0
        public ILogger AsLogger()
        {
            LoggerProxy logger = new LoggerProxy(this);

            return(logger);
        }