Info level logging
static void i(dynamic message, [String? tag]) { _logWithStyle(message, 'INFO', tag); }