-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- add methods info-on, error-on or so to check will a log will be written - separate sprintf-slyte and contatenation-slyte logs into separate methods
- Loading branch information
Showing
11 changed files
with
430 additions
and
139 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,51 @@ | ||
{ | ||
"auth": "github:atroxaper", | ||
"depends": [ | ||
"UUID", | ||
"JSON::Fast" | ||
], | ||
"description": "Full customisable logging library inspired by idea of separate logging and its configuration.", | ||
"resources": [], | ||
"version": "1.5.2", | ||
"tags": [ | ||
"LOG", | ||
"LOGGING", | ||
"LOGGER" | ||
], | ||
"license": "Artistic-2.0", | ||
"source-url": "git://github.com/atroxaper/p6-LogP6.git", | ||
"provides": { | ||
"LogP6::Wrapper::SyncAbstract": "lib/LogP6/Wrapper/SyncAbstract.pm6", | ||
"LogP6::LoggerPure": "lib/LogP6/LoggerPure.pm6", | ||
"LogP6::WriterConf::Std": "lib/LogP6/WriterConf/Std.pm6", | ||
"LogP6::Logger": "lib/LogP6/Logger.pm6", | ||
"LogP6::Wrapper": "lib/LogP6/Wrapper.pm6", | ||
"LogP6::Writer::Std": "lib/LogP6/Writer/Std.pm6", | ||
"LogP6::Filter::Std": "lib/LogP6/Filter/Std.pm6", | ||
"LogP6": "lib/LogP6.pm6", | ||
"LogP6::Context": "lib/LogP6/Context.pm6", | ||
"LogP6::FilterConf": "lib/LogP6/FilterConf.pm6", | ||
"LogP6::LogGetter": "lib/LogP6/LogGetter.pm6", | ||
"LogP6::WriterConf::Pattern": "lib/LogP6/WriterConf/Pattern.pm6", | ||
"LogP6::Filter": "lib/LogP6/Filter.pm6", | ||
"LogP6::Level": "lib/LogP6/Level.pm6", | ||
"LogP6::Wrapper::SyncTime": "lib/LogP6/Wrapper/SyncTime.pm6", | ||
"LogP6::Cliche": "lib/LogP6/Cliche.pm6", | ||
"LogP6::FilterConf::Std": "lib/LogP6/FilterConf/Std.pm6", | ||
"LogP6::Writer": "lib/LogP6/Writer.pm6", | ||
"LogP6::ThreadLocal": "lib/LogP6/ThreadLocal.pm6", | ||
"LogP6::WriterConf": "lib/LogP6/WriterConf.pm6", | ||
"LogP6::ConfigFile": "lib/LogP6/ConfigFile.pm6", | ||
"LogP6::Wrapper::Transparent": "lib/LogP6/Wrapper/Transparent.pm6", | ||
"LogP6::Exceptions": "lib/LogP6/Exceptions.pm6", | ||
"LogP6::Wrapper::SyncEach": "lib/LogP6/Wrapper/SyncEach.pm6" | ||
}, | ||
"name": "LogP6", | ||
"perl": "6.d", | ||
"test-depends": ["Test"], | ||
"authors": ["Mikhail Khorkov"] | ||
"name": "LogP6", | ||
"description": "Full customisable logging library inspired by idea of separate logging and its configuration.", | ||
"version": "1.6.1", | ||
"perl": "6.d", | ||
"authors": [ | ||
"Mikhail Khorkov" | ||
], | ||
"auth": "github:atroxaper", | ||
"depends": [ | ||
"UUID", | ||
"JSON::Fast" | ||
], | ||
"test-depends": [ | ||
"Test" | ||
], | ||
"provides": { | ||
"LogP6": "lib/LogP6.pm6", | ||
"LogP6::Cliche": "lib/LogP6/Cliche.pm6", | ||
"LogP6::ConfigFile": "lib/LogP6/ConfigFile.pm6", | ||
"LogP6::Context": "lib/LogP6/Context.pm6", | ||
"LogP6::Exceptions": "lib/LogP6/Exceptions.pm6", | ||
"LogP6::Filter": "lib/LogP6/Filter.pm6", | ||
"LogP6::Filter::Std": "lib/LogP6/Filter/Std.pm6", | ||
"LogP6::FilterConf": "lib/LogP6/FilterConf.pm6", | ||
"LogP6::FilterConf::Std": "lib/LogP6/FilterConf/Std.pm6", | ||
"LogP6::Level": "lib/LogP6/Level.pm6", | ||
"LogP6::LogGetter": "lib/LogP6/LogGetter.pm6", | ||
"LogP6::Logger": "lib/LogP6/Logger.pm6", | ||
"LogP6::LoggerPure": "lib/LogP6/LoggerPure.pm6", | ||
"LogP6::ThreadLocal": "lib/LogP6/ThreadLocal.pm6", | ||
"LogP6::Wrapper": "lib/LogP6/Wrapper.pm6", | ||
"LogP6::Wrapper::SyncAbstract": "lib/LogP6/Wrapper/SyncAbstract.pm6", | ||
"LogP6::Wrapper::SyncEach": "lib/LogP6/Wrapper/SyncEach.pm6", | ||
"LogP6::Wrapper::SyncTime": "lib/LogP6/Wrapper/SyncTime.pm6", | ||
"LogP6::Wrapper::Transparent": "lib/LogP6/Wrapper/Transparent.pm6", | ||
"LogP6::Writer": "lib/LogP6/Writer.pm6", | ||
"LogP6::Writer::Std": "lib/LogP6/Writer/Std.pm6", | ||
"LogP6::WriterConf": "lib/LogP6/WriterConf.pm6", | ||
"LogP6::WriterConf::Pattern": "lib/LogP6/WriterConf/Pattern.pm6", | ||
"LogP6::WriterConf::Std": "lib/LogP6/WriterConf/Std.pm6" | ||
}, | ||
"resources": [], | ||
"license": "Artistic-2.0", | ||
"tags": [ | ||
"LOG", | ||
"LOGGING", | ||
"LOGGER" | ||
], | ||
"source-url": "git://github.com/atroxaper/p6-LogP6.git" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.