typo
This commit is contained in:
parent
bac107733a
commit
10b060dda8
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ Log::Mini - It's a very simple logger which can log your messages to a file or S
|
|||
$logger->log('info', 'information message');
|
||||
|
||||
#Null logger - drops all messages to /dev/null
|
||||
my $logger = Log::Mini->new('null);
|
||||
my $logger = Log::Mini->new('null');
|
||||
$logger->error('Error message'); #Message will be dropped
|
||||
|
||||
# DESCRIPTION
|
||||
|
|
Loading…
Reference in a new issue