Cleaning up SzCli logger implementation a bit
This commit is contained in:
@@ -4,6 +4,7 @@ public interface ISzLogger
|
||||
{
|
||||
public bool LogToFile { get; set; }
|
||||
public string LogFilePath { get; set; }
|
||||
public int LogFileMaxLines { get; set; }
|
||||
public void Log(string text);
|
||||
public void LogError(string text);
|
||||
public void LogWarning(string text);
|
||||
|
||||
Reference in New Issue
Block a user