MCPcopy Create free account
hub / github.com/apache/thrift / ConfigureLogging

Method ConfigureLogging

tutorial/netstd/Server/Program.cs:51–56  ·  view source on GitHub ↗
(ILoggingBuilder logging)

Source from the content-addressed store, hash-verified

49 });
50
51 public static void ConfigureLogging(ILoggingBuilder logging)
52 {
53 logging.SetMinimumLevel(LogLevel.Trace);
54 logging.AddConsole();
55 logging.AddDebug();
56 }
57
58 public static ILogger<T> CreateLogger<T>() => LogFactory.CreateLogger<T>();
59 }

Callers 1

RunMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected