public void WriteLog(LogData logData) { throw new NotImplementedException(); }
public void WriteLog(LogData logData) { MessageBox.Show( "Implement WriteLog() method yourself, see log below:" + Environment.NewLine + logData.ToString(), "TextLogWriter"); }
public void WriteLog(LogData logData) { // TODO }