charlotte-os / charlotte-core

The Kernel of CharlotteOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve Logger

parkerstafford opened this issue · comments

  • Improve the logger with multiple log levels

Just for the record: The branch improve-logger includes a draft of the new logging system. It is closer to being a driver/module healthcheck system visually. To finish it, we still need memory allocation (String and format!() are both needed). With that being said the other branch logger-loglevels is an upgrade compared to the previous logger as it includes log levels.