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,
I am generally doing something like:
import org.slf4j.{Logger, LoggerFactory}
class Foo {
private val LOGGER = LoggerFactory.getLogger(getClass)
...
}
Is this what one would expect? Or is there a "Lift Way" that
obsoletes the above?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---