Implement log levels

This commit is contained in:
Juno Takano 2026-01-15 03:37:45 -03:00
commit 874cac2df1
25 changed files with 497 additions and 223 deletions

View file

@ -105,6 +105,7 @@ pub mod delimiter {
atomized.push(c.to_string());
}
}
atomized
}