summaryrefslogtreecommitdiff
path: root/devel/p5-Log-Dispatch-Config/DESCR
blob: 7a81edfd06983a097b42b4c556e9bae2fe1e4c28 (plain)
1
2
3
4
5
6
7
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".