예제 #1
0
 private static void Log_LogDebug(LogEventArgs e)
 {
     LabCommonLog.LabCommonLog.Debug(e.Message, e.Exception);
 }
예제 #2
0
 private static void Log_LogInfo(LogEventArgs e)
 {
     LabCommonLog.LabCommonLog.Info(e.Message, e.Exception);
 }
예제 #3
0
 private static void Log_LogError(LogEventArgs e)
 {
     LabCommonLog.LabCommonLog.Error(e.Message, e.Exception);
 }