in reply to Re: Log4perl with my module
in thread Log4perl with my module

If Emulate.pm isn't doing anything OO-ish..

I do have methods in it, but no inheritance. Adding: qw(get_logger :levels)to use Log::Log4perl; got your code working as desired. Thanks!

Queeg