Package io.airlift.log
Class LogJmxModule
- java.lang.Object
-
- io.airlift.log.LogJmxModule
-
- All Implemented Interfaces:
com.google.inject.Module
public class LogJmxModule extends Object implements com.google.inject.Module
-
-
Constructor Summary
Constructors Constructor Description LogJmxModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(com.google.inject.Binder binder)LogginggetLogging()
-
-
-
Method Detail
-
configure
public void configure(com.google.inject.Binder binder)
- Specified by:
configurein interfacecom.google.inject.Module
-
getLogging
@Provides @Singleton public Logging getLogging()
-
-