- or download this
Odd number of elements in hash assignment at /opt/perl/lib/site_perl/5
+.16.3/Log/Log4perl/Appender/Screen.pm line 36.
Use of uninitialized value in print at /opt/perl/lib/site_perl/5.16.3/
+Log/Log4perl/Appender/Screen.pm line 41.
Odd number of elements in hash assignment at /opt/perl/lib/site_perl/5
+.16.3/Log/Log4perl/Appender/Screen.pm line 36.
Use of uninitialized value in print at /opt/perl/lib/site_perl/5.16.3/
+Log/Log4perl/Appender/Screen.pm line 41.
- or download this
32
33 ##################################################
...
41 print $params{message};
42 }
43 }
- or download this
use strict;
use warnings;
...
$logger->info("Test asdf123");
$logger->debug("Test debug adfklgnfgnsldfijgl");
- or download this
[2017-11-28 15:58:59.126326] Test info message
[2017-11-28 15:58:59.129663] Test asdf123