Exemple #1
0
 public virtual void WriteDeviceHistoryEntry(string DeviceType, string DeviceName, string strMsg, LogUtils.LogLevel LogLevelInput = LogUtils.LogLevel.Normal)
 {
     LogUtils.WriteDeviceHistoryEntry(DeviceType, DeviceName, strMsg, LogLevelInput);
 }
Exemple #2
0
 public virtual void WriteHistoryEntry(string strMsg, string fileName, LogUtils.LogLevel logLevelInput = LogUtils.LogLevel.Verbose)
 {
     LogUtils.WriteHistoryEntry(strMsg, fileName, logLevelInput);
 }
Exemple #3
0
 public virtual void WriteAuditEntry(string strMsg, string fileName, LogUtils.LogLevel LogLevelInput = LogUtils.LogLevel.Normal)
 {
     LogUtils.WriteAuditEntry(strMsg, fileName, LogLevelInput);
 }