예제 #1
0
파일: Program.cs 프로젝트: estimon/16.10
 public void Info(string message)
 {
     _serilogLogger.LogInfo(message);
 }
예제 #2
0
            public void Info(string message)
            {
                throw new Exception();

                _serilogLogger.LogInfo(message);
            }