## Summary Replace the current old Logging mechanism. ## Tasks - [ ] Implementing Log Level - Pseudo code: `a9n::logger::log(log_level, "message", ...)` - [ ] Moving namespace - `a9n::kernel::utility::logger` -> `a9n::logger` - [ ] (Experimental) Type-safe interface - e.g., `std::format`