Rex
Rex copied to clipboard
Rex::Logger improvements
Synopsis of changes:
use Rex;
use Rex::Logger qw/:all/;
log_debug("doing a thing");
log_info("boop");
log_warn("the core is in danger of meltdown");
log_error("the core melted");
- removed Exporter::Shiny dependency even though its awesome :sob:
warn()is a perl builtin so all methods now start withlog_. Probably makes more sense to have a verb in the func name anyway.- force pushed
- ready for review
Updated to make call to info() backwards compatible. As we agreed on irc this doesn't need to be merged until the next release. Ready for review though.