|
From: Mike S. <m...@pe...> - 2007-01-22 00:54:35
|
On Sat, 20 Jan 2007, John ORourke wrote:
> In a config file what's the difference between:
>
> log4perl.logger.My::Module=...
> and
> log4perl.category.My::Module=...
The keywords "logger" and "category" are synonymous.
BTW, L4p uses dots instead of colons in class names when they're
part of configuration definitions, like
log4perl.logger.My.Module=...
-- Mike
Mike Schilli
m...@pe...
>
> ?
>
> cheers
> John
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> log4perl-devel mailing list
> log...@li...
> https://lists.sourceforge.net/lists/listinfo/log4perl-devel
>
|