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