mirror of
https://codeberg.org/icewind/logsmash.git
synced 2026-06-03 10:04:12 +02:00
allow filtering by log level
This commit is contained in:
parent
446049046c
commit
6d3b67e823
9 changed files with 164 additions and 25 deletions
|
|
@ -10,7 +10,7 @@ pub enum LogLevel {
|
|||
Info = 1,
|
||||
Warn = 2,
|
||||
Error = 3,
|
||||
Exception,
|
||||
Exception = 4,
|
||||
#[default]
|
||||
Unknown,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue