mirror of
https://codeberg.org/icewind/logsmash.git
synced 2026-06-03 10:04:12 +02:00
improve log parsing
This commit is contained in:
parent
de82dcf793
commit
c94c33067c
1 changed files with 1 additions and 0 deletions
|
|
@ -269,6 +269,7 @@ pub struct Trace {
|
||||||
pub file: String,
|
pub file: String,
|
||||||
pub line: LineNumber,
|
pub line: LineNumber,
|
||||||
pub function: String,
|
pub function: String,
|
||||||
|
#[serde(default)]
|
||||||
pub class: String,
|
pub class: String,
|
||||||
#[serde(rename = "type")]
|
#[serde(rename = "type")]
|
||||||
pub ty: Option<TinyAsciiStr<4>>,
|
pub ty: Option<TinyAsciiStr<4>>,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue