I think I remembrer I had to instanciate the class, say, at the end of the config file.
I can check that tomorrow if you're still stuck.
Bye,
Baptiste
Le Sat, 28 Jan 2012 07:11:35 -0800 (PST),
Hendrawan Kuncoro <pentato...@gmail.com> a écrit :
You have to correct the default logging level, which is not enabled by default, instead of what's written in the docs.
That was a bug report I wrote with as a very bad title : http://projects.ceondo.com/p/pluf/issues/484/
Furthermore, I know the config var exists, but at the time I was writing my app I could not find any initialization of the class that used the 'log_level' cfg entry.
Maybe it is now irrelevant, but here is the line of my config file, hope it will help :
Pluf_Log::$level = Pluf_Log::ALL;
Ciao,
Baptiste
Le Sun, 29 Jan 2012 19:55:04 -0800 (PST),
Hendrawan Kuncoro <pentato...@gmail.com> a écrit :
> bump