mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 02:57:40 -04:00
8 lines
390 B
Plaintext
8 lines
390 B
Plaintext
Log::Dispatch::Config is a subclass of Log::Dispatch and provides a way
|
|
to configure Log::Dispatch object with configulation file (default, in
|
|
AppConfig format). This is similar to the way that Java log4j works.
|
|
|
|
What you do is call "configure" method once in somewhere (like
|
|
"startup.pl" in mod_perl), then you can get configured dispatcher
|
|
instance via "Log::Dispatch::Config->instance".
|