mirror of
https://github.com/C9Glax/tranga.git
synced 2025-02-22 15:20:12 +01:00
Add Logline to print current logfilePath.
This commit is contained in:
parent
2ad04c5c46
commit
590547e407
@ -43,6 +43,7 @@ public class Logger : TextWriter
|
||||
throw new ArgumentException($"stdOut can not be null for LoggerType {LoggerType.ConsoleLogger}");
|
||||
}
|
||||
_memoryLogger = new MemoryLogger(encoding);
|
||||
WriteLine(GetType().ToString(), $"Logfile: {logFilePath}");
|
||||
}
|
||||
|
||||
public void WriteLine(string caller, string? value)
|
||||
|
Loading…
x
Reference in New Issue
Block a user