[Lift] Re: New logging code is in master

2010-03-04 Thread Stuart Roebuck
Trying this on 2.8 with the 2.8 Lift Snapshot. The Logger trait seems to work fine though looking at the code I can't see how setup gets called. The Loggable trait is throwing a null pointer exception. I'm using Log4J. Stuart. P.S. I don't want to mess with other people's wiki pages, but I

Re: [Lift] Re: New logging code is in master

2010-03-04 Thread Jeppe Nejsum Madsen
On Thu, Mar 4, 2010 at 6:12 PM, Stuart Roebuck stuart.roeb...@gmail.com wrote: Trying this on 2.8 with the 2.8 Lift Snapshot. The Logger trait seems to work fine though looking at the code I can't see how setup gets called. It should be called when the lazy val checkConfig is being

Re: [Lift] Re: New logging code is in master

2010-03-04 Thread Indrajit Raychaudhuri
On 04/03/10 10:42 PM, Stuart Roebuck wrote: Trying this on 2.8 with the 2.8 Lift Snapshot. The Logger trait seems to work fine though looking at the code I can't see how setup gets called. The Loggable trait is throwing a null pointer exception. Yes, this is a known one. We encountered

[Lift] Re: New logging code is in master

2010-03-01 Thread aw
Very nice! I am looking forward to this. On Feb 28, 8:14 am, Jeppe Nejsum Madsen je...@ingolfs.dk wrote: The new logging code is now in master and should be fully usable. Therefore, the existing logging code has been deprecated. I've added a Wiki article

[Lift] Re: New logging code is in master

2010-02-28 Thread Jeppe Nejsum Madsen
On Sun, Feb 28, 2010 at 5:14 PM, Jeppe Nejsum Madsen je...@ingolfs.dk wrote: The new logging code is now in master and should be fully usable. Therefore, the existing logging code has been deprecated. .although I don't seem to get any deprecation warnings when using eg Log.info Can