Updates:
Owner: sberlin
Labels: -Milestone-Release2.1
Comment #3 on issue 269 by sberlin: Move Logger binding out to
LoggerModule, so users can bind their own Loggers
http://code.google.com/p/google-guice/issues/detail?id=269
Example patch attached. API:
<T> Binder.bindLogger(Class<T>, LoggerProvider<? extends T>)
LoggerProvider<T> {
T get(String className);
}
Attachments:
bindLogger.txt 22.5 KB
--
You received this message because you are subscribed to the Google Groups
"google-guice-dev" 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/google-guice-dev?hl=en.