Log info message
void info(String message, {String? tag, Map<String, dynamic>? data}) { _log(FCPLogLevel.info, message, tag: tag, data: data); }