Help for this page

Select Code to Download


  1. or download this
    package Logalizer::Output;
    
    ...
    sub doSomething {
        Logalizer::Log4Logalizer::logInfo ("This goes straight to the log 
    +file.");
    }
    
  2. or download this
    [Sun Jul 31 12:03:30 2005] (in Logalizer::Output): This goes straight 
    +to the log file.
    
  3. or download this
    [Sun Jul 31 12:03:30 2005] (in Logalizer::Output::doSomething()): This
    + goes straight to the log file.