NAME

LOG::Logger - Catching the Errors from the Various Perl Script and returns the error status.

SYNOPSIS

use LOG::Logger
$dynlog=Logger->new($Errorlevel);

DESCRIPTION

To Trap the Errors from the Various Perl Script.

EXPORT

use LOG::Logger

sub new() { shift; return bless($Log,$class); } $dynlog=Logger->new($Errorlevel);

SEE ALSO

AUTHOR

Name :K.Kaavannan <br> E-Mail: kaavannaniisc@gmail.com

COPYRIGHT AND LICENSE

Copyright (C) 2014 by Kaavannan K

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.12.3 or, at your option, any later version of Perl 5 you may have available.