There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

OIDC::Client::Role::LoggerWrapper - Logger wrapper

DESCRIPTION

This Moose role is used to manage different loggers, mainly because some only accept the warn method, while others only the warning method.

METHODS

log_msg( $level, $message )

$self->log_msg(info => "my log message");

Log the message.

$level only accepts debug, info, warning, warn or error level.