prev <<
Logging
>> next
The Second Age
package MyApp::SomeModule; use Log::Any qw($log); sub do_something { $log->warn( 'some value' ); }