コード例 #1
0
ファイル: Program.cs プロジェクト: StephOfPixVert/PlanningLab
 private static void Log_LogDebug(LogEventArgs e)
 {
     LabCommonLog.LabCommonLog.Debug(e.Message, e.Exception);
 }
コード例 #2
0
ファイル: Program.cs プロジェクト: StephOfPixVert/PlanningLab
 private static void Log_LogInfo(LogEventArgs e)
 {
     LabCommonLog.LabCommonLog.Info(e.Message, e.Exception);
 }
コード例 #3
0
ファイル: Program.cs プロジェクト: StephOfPixVert/PlanningLab
 private static void Log_LogError(LogEventArgs e)
 {
     LabCommonLog.LabCommonLog.Error(e.Message, e.Exception);
 }