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

WebService::Cath::FuncNet::Logger

SYNOPSIS

Provides singleton Log4perl logging object

package WebService::Cath::FuncNet::NewClass;

use Moose;

use WebService::Cath::FuncNet::Logger;

$logger = get_logger();

sub class_method {
    $logger->info( "foo" );
}

SEE ALSO

MooseX::Log::Log4perl::Easy

AUTHOR

Ian Sillitoe <sillitoe@biochem.ucl.ac.uk>

LICENCE AND COPYRIGHT

Copyright (c) 2008, Ian Sillitoe <sillitoe@biochem.ucl.ac.uk>. All rights reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.