예제 #1
0
 public StaticProcessVO(string msg)
 {
     Staticlogger.LogInfo(this.GetType(), msg);
 }
예제 #2
0
 public StaticProcessVO()
 {
     Staticlogger.LogInfo(this.GetType(), "Incidents Created");
 }