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.