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

Gungho::Log::Simple - Simple Gungho Log Class

SYNOPSIS

use Gungho::Log::Simple;

my $log = Gungho::Log::Simple->new();
$log->setup($c,);

DESCRIPTION

This is a simple logger, which only logs to stderr.

METHODS

new