Beispiel #1
0
 /// <summary>
 /// Writes log file.  Place any other clean up steps here.
 /// </summary>
 protected virtual void CleanUp()
 {
     DBRampUpLogging.CloseLog();
 }
Beispiel #2
0
 public void Write(string stringToWrite)
 {
     DBRampUpLogging.Write(stringToWrite);
 }