Log::Funlog

Log module with fun inside!
Download

Log::Funlog Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Gabriel Guillon
  • Publisher web site:
  • http://search.cpan.org/~korsani/

Log::Funlog Tags


Log::Funlog Description

Log module with fun inside! Log::Funlog is a log module with fun inside!SYNOPSIS use Log::Funlog; *my_sub=Log::Funlog->new( parameter => value, ... ); my_sub($priority ]] );This is a Perl module intended ton manage the logs you want to do from your Perl scripts.It should be easy to use, and provide all the fonctionalities you want.Just initialize the module, then use is as if it was an ordinary function!When you want to log something, just write: your-sub-log(priority,"what"," I ","wanna log is: ",@an_array)then the module will analyse if the priority if higher enough (seeing verbose option). If yes, your log will be written with the format you decided on STDERR (default) or a file.As more, the module can write funny things to your logs, if you want ;) It can be very verbose, or just ... shy :)Log::Funlog may export an 'error' function: it logs your message with a priority of 1 and with an specific (parametrable) string. You can use it when you want to highlight error messages in your logsi with a pattern.Parameters are: header, error_header, cosmetic ,verbose, file, daemon, fun, colors, splash, -n, caller, ltypeverbose is mandatory. Requirements: · Perl


Log::Funlog Related Software