Help for this page

Select Code to Download


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