void infoVerbose(String message, {String? path}) { if (_isVerbose && _isAllowedPath(path)) { _logger.t(message); } }