call_logger
A logger that calls another application, script or URL for every logged item, passing a formatted string that contains the details of the log event.
Usage
Use of the builder model to set up the logger to call a script called store_log
:
use CallLogger;
use LevelFilter;
Features
timestamps
- add a timestamp to the output
Contribute
This is just a general purpose logger that calls out to another process. If you have any ideas for missing features, please raise an issue or a PR.