예제 #1
0
 static void TestLog(Microsoft.Extensions.Logging.ILogger logger)
 {
     using (logger.SetRequestScope("my correlation id"))
     {
         logger.LogRequest("my custom log message");
     }
 }