init static method

void init(
  1. LoggerConfig config
)

Initializes the logger. Call this in your app's main() or before using any logging.

Implementation

static void init(LoggerConfig config) => LogitCore.init(config);