Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 218 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 218 Bytes

guice-slf4j

SLF4J logger injector for guice framework.

Usage

Add the following code

bindListener(Matchers.any(), new Slf4jGuiceTypeListener());

to your configure() method in you module declaration.