my $logger = Koha::Logger->get(
{
interface => 'intranet',
interface => $interface,
category => "ActionLogs.$modulename.$actionname"
}
);
-