On Thu, Feb 25, 2010 at 10:32 AM, Marius <[email protected]> wrote: > I'd opt in for something like: > > LiftRules.logger = Log4J
Agree this fits the current idioms, but how should this be triggered? The new logging code is in lift-common so cannot call stuff in LiftRules. Note we're not talking about Loggers (objects that have warn & info methods) but about configuring the logging system, which needs to be done before Loggers can be used. /Jeppe -- You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.
