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