The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Game::HexDescribe::Log - a log singleton

SYNOPSIS

    use Game::HexDescribe::Log;
    my $log = Game::HexDescribe::Log->get();
    $log->debug("Test");

DESCRIPTION

This allows multiple modules to use the same logger. If the log level or path are changed by one of them, the change affects all the modules since they share the same logger instance.

This uses Mojo::Log.

SEE ALSO

Mojo::Log