use Krang::Log qw(debug info critical); debug("Something for the developers to read."); info("An important note."); critical("HOLY CRAP, FIX ME NOW!!!");