The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Game::TextMapper::Log - a log singleton

SYNOPSIS

    use Game::TextMapper::Log;
    my $log = Game::TextMapper::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