NAME
Log::Simple - Simple Logger
SYNOPSIS
use Log::Simple;
log_config(path => '/tmp/logfile', level => 'INFO');
debug "a debug message";
info "a info message";
warn "a warn message";
error "a error message";
fatal "a fatal message" # die
DESCRIPTION
METHODS
log_config
debug
info
warn
error
fatal
AUTHOR
electricface, <electricface@qq.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2015 by electricface.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.