in reply to Re: Methods for simple logging from modules
in thread Methods for simple logging from modules

Log::Simplest has hard coded message writing and is one instance of the vast number of Logging modules on CPAN.

I only want to create log events. By default these should be ignored, unless logging is explicitly configured. Log::Any and Log::Contextual are both designed this loosely coupled pub/sub model.

  • Comment on Re^2: Methods for simple logging from modules