void warn(String message, {String tag = 'WARN', String? path}) { if (_isAllowedPath(path)) { _logger.w(warningPen('[$tag] $message')); } }