mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-30 01:35:32 +00:00
Deployment v1
This commit is contained in:
@@ -27,9 +27,7 @@ public class FileModel {
|
||||
|
||||
public void Log(string msg) {
|
||||
if (_log == null) _log = new StringBuilder();
|
||||
var prefix = DateTime.Now.ToShortTimeString() + " ";
|
||||
if (File != null) prefix += File.Name + ": ";
|
||||
_log.AppendLine(prefix + msg);
|
||||
_log.AppendLine(msg);
|
||||
}
|
||||
|
||||
public void ResetLog() {
|
||||
|
||||
Reference in New Issue
Block a user