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

@ -246,6 +246,7 @@ pub enum LogLevel {
Info,
Warn,
Error,
Clear,
}
#[derive(Clone, Debug, Deserialize, Serialize)]