Exemplo n.º 1
0
 protected void WriteLog(string content)
 {
     CSIErrorLog.WriteLog(content);
 }
Exemplo n.º 2
0
 protected void WriteLog()
 {
     CSIErrorLog.WriteLog(CSISystemContext);
 }
Exemplo n.º 3
0
 public void WriteLog()
 {
     CSIErrorLog.WriteLog(this);
 }