Baza.Infrastructure.Logging.EnterpriseLibrary.LoggingConfigurationFactory.CreateEventLogTraceListener C# (CSharp) Метод

CreateEventLogTraceListener() статический приватный Метод

static private CreateEventLogTraceListener ( ) : TraceListener
Результат System.Diagnostics.TraceListener
        static TraceListener CreateEventLogTraceListener()
        {
            return new FormattedEventLogTraceListener(new EventLog("Application"), _SimplyFormatter);
        }
LoggingConfigurationFactory