Checking in changes prior to tagging of version 0.1.0.
Changelog diff is: diff --git a/Changes b/Changes index faf34cd..b732829 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,10 @@ Revision history for Perl extension Log-Mini {{$NEXT}} +0.1.0 2019-03-19T12:08:23Z + - Supports formatted with sprintf messages + - log method was added + 0.0.3 2019-03-05T15:48:33Z - Unused say feature was removed
This commit is contained in:
parent
6918a1536b
commit
f5c0a42887
3 changed files with 5 additions and 2 deletions
4
Changes
4
Changes
|
@ -2,6 +2,10 @@ Revision history for Perl extension Log-Mini
|
||||||
|
|
||||||
{{$NEXT}}
|
{{$NEXT}}
|
||||||
|
|
||||||
|
0.1.0 2019-03-19T12:08:23Z
|
||||||
|
- Supports formatted with sprintf messages
|
||||||
|
- log method was added
|
||||||
|
|
||||||
0.0.3 2019-03-05T15:48:33Z
|
0.0.3 2019-03-05T15:48:33Z
|
||||||
- Unused say feature was removed
|
- Unused say feature was removed
|
||||||
|
|
||||||
|
|
|
@ -68,7 +68,7 @@
|
||||||
"web" : "https://github.com/alpha6/Log-Mini"
|
"web" : "https://github.com/alpha6/Log-Mini"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version" : "0.0.3",
|
"version" : "0.1.0",
|
||||||
"x_serialization_backend" : "JSON::PP version 2.93",
|
"x_serialization_backend" : "JSON::PP version 2.93",
|
||||||
"x_static_install" : 1
|
"x_static_install" : 1
|
||||||
}
|
}
|
||||||
|
|
|
@ -24,7 +24,6 @@ Log::Mini - It's a very simple logger which can log your messages to a file or S
|
||||||
#log method for better compatibility
|
#log method for better compatibility
|
||||||
$logger->log('info', 'information message');
|
$logger->log('info', 'information message');
|
||||||
|
|
||||||
|
|
||||||
# DESCRIPTION
|
# DESCRIPTION
|
||||||
|
|
||||||
Log::Mini is a very simple logger which can log your messages to a file or STDERR.
|
Log::Mini is a very simple logger which can log your messages to a file or STDERR.
|
||||||
|
|
Loading…
Reference in a new issue