mirror of
https://github.com/C9Glax/tranga.git
synced 2025-09-10 11:58:19 +02:00
Made CLI auto-update on menu screen (task count)
And tail the logfile
This commit is contained in:
@@ -55,4 +55,9 @@ public class Logger : TextWriter
|
||||
{
|
||||
return _memoryLogger.Tail(lines);
|
||||
}
|
||||
|
||||
public string[] GetNewLines()
|
||||
{
|
||||
return _memoryLogger.GetNewLines();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user