mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-23 11:34:16 +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