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