mirror of
https://codeberg.org/icewind/logsmash.git
synced 2026-06-03 18:14:11 +02:00
grouped lines
This commit is contained in:
parent
13f1f31dd8
commit
483bb5691d
12 changed files with 158 additions and 92 deletions
|
|
@ -1,7 +1,7 @@
|
|||
use serde::Deserialize;
|
||||
use std::fmt::{Display, Formatter};
|
||||
|
||||
#[derive(Debug, Default, PartialEq, Clone, Copy, Deserialize)]
|
||||
#[derive(Debug, Default, PartialEq, Clone, Copy, Deserialize, Hash)]
|
||||
#[serde(from = "i64")]
|
||||
pub enum LogLevel {
|
||||
Debug,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue