This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use FindBin '$RealBin'; | |
use Log::Log4perl qw(:easy); | |
my $log_file = $RealBin . "/show_image.log"; | |
#Init logging | |
Log::Log4perl->easy_init( | |
{ level => $DEBUG, | |
file => ":utf8>>$log_file", | |
layout => '%d %p> %m%n' | |
} | |
); | |
my $msg = qq{image name is $picture_directory/$id.jpg}; | |
INFO($msg); |
Комментариев нет:
Отправить комментарий