Hi,

Looking at the loggers, I see

var loggerByClass: Class[AnyRef] => LiftLogger

How can you get a Class[AnyRef]?

Using loggerByClass(classOf[C]) yields:

<console>:7: error: type mismatch;
 found   : java.lang.Class[C]
 required: Class[AnyRef]

Should this signature be Class[_] => LiftLogger instead?

/Jeppe

-- 
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to lift...@googlegroups.com.
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en.

Reply via email to