Console.Clear implemented

This commit is contained in:
mustafapc19 2020-07-29 22:19:18 +05:30
parent 332c9cc12f
commit d8b6755a8d
4 changed files with 9 additions and 0 deletions

View file

@ -272,6 +272,7 @@ impl ConsoleActor {
LogLevel::Info => "info",
LogLevel::Warn => "warn",
LogLevel::Error => "error",
LogLevel::Clear => "clear",
_ => "log",
}
.to_owned();