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