Global manager exposing one stream per log level.
The effective outputs (stdout/file) are controlled by the first Lysa instance configuration
|
| static void | init (const LoggingConfiguration &loggingConfiguration) |
| |
| static void | shutdown () |
| |
| static consteval bool | isLoggingEnabled () |
| |
| template<typename... Args> |
| static void | log (Args...args) |
| |
| static void | trace (const std::source_location &location=std::source_location::current ()) |
| |
|
| template<typename... Args> |
| static void | debug (Args...args) |
| |
| template<typename... Args> |
| static void | info (Args...args) |
| |
| template<typename... Args> |
| static void | game1 (Args...args) |
| |
| template<typename... Args> |
| static void | game2 (Args...args) |
| |
| template<typename... Args> |
| static void | game3 (Args...args) |
| |
| template<typename... Args> |
| static void | warning (Args...args) |
| |
| template<typename... Args> |
| static void | error (Args...args) |
| |
| template<typename... Args> |
| static void | critical (Args...args) |
| |