Parse vanilla to LogMeta

This commit is contained in:
2025-12-05 00:10:47 +01:00
parent 98d5e59413
commit 5f57bd8668
5 changed files with 146 additions and 19 deletions

View File

@@ -92,3 +92,10 @@ pub enum ServerError {
#[error("Failed to write to stdin")]
StdinWriteFailed,
}
#[cfg(feature = "events")]
#[derive(Debug, Clone, Error)]
pub enum ParserError {
#[error("ParserError")]
ParserError,
}