protected void WriteLog(string content)
 {
     CSIErrorLog.WriteLog(content);
 }
 protected void WriteLog()
 {
     CSIErrorLog.WriteLog(CSISystemContext);
 }
Exemple #3
0
 public void WriteLog()
 {
     CSIErrorLog.WriteLog(this);
 }