My Google skills seem to be waning...

I can't seem to find the simple way to configure the Guice framework
log level.

For example, there are times I'd like to be able to suppress all Guice
logging - including exceptions:

Sep 08, 2012 8:13:18 PM com.google.inject.internal.MessageProcessor
visit
INFO: An exception was caught and reported. Message:
info.soaj.core.epc.SjcReflectionEPC: The plugin [TimerPlugin]
referencing the concrete class [info.soaj.core.rf.SjcPiTimerR] could
not be instantiated.
info.soaj.core.epc.SjcReflectionEPC: The plugin [TimerPlugin]
referencing the concrete class [info.soaj.core.rf.SjcPiTimerR] could
not be instantiated.
        at info.soaj.core.pm.SjcBasePM.configure(SjcBasePM.java:95)
        at com.google.inject.AbstractModule.configure(AbstractModule.java:59)
        at com.google.inject.spi.Elements
$RecordingBinder.install(Elements.java:223)
        at com.google.inject.spi.Elements.getElements(Elements.java:101)
        at com.google.inject.internal.InjectorShell
$Builder.build(InjectorShell.java:133)
        at
com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:
103)
        at com.google.inject.Guice.createInjector(Guice.java:95)
        at com.google.inject.Guice.createInjector(Guice.java:72)

-- 
You received this message because you are subscribed to the Google Groups 
"google-guice" 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?hl=en.

Reply via email to