init static method
Initializes the logger. Call this in your app's main() or before using any logging.
Implementation
static void init(LoggerConfig config) => LogitCore.init(config);
Initializes the logger. Call this in your app's main() or before using any logging.
static void init(LoggerConfig config) => LogitCore.init(config);