[Lift] Re: SLF4J Logging for my classes

2009-10-23 Thread aw
Sure, I could create a trait as you suggested... But, this sounds like a common problem -- does this not already exist? I see discussions about adding it to Scala, but I don't think it exists. And Lift already has a logging infrastructure (i.e. LogBoot as you suggest). Does it not make sense to

[Lift] Re: SLF4J Logging for my classes

2009-10-22 Thread Jeppe Nejsum Madsen
aw writes: > I am using SLF4J logging, but I am not sure if I am doing it the > "right" way... > > I have pointed Lift to use SLF4J, and I call the enable routine and > have updated dependencies. All of that seems fine. > > My question is around, how do my classes best use it... For example, >