Пример #1
0
 protected void Application_Start(object sender, EventArgs e)
 {
     LogConfig.BeginConfiguration(new TraceLogManager("logger"))
     .WithGlobalInspector(new OperationContextInspector(LoggingOptions.All()))
     .End();
 }