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

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