public class LogEmitterModule extends Object implements com.google.inject.Module
| Modifier and Type | Field and Description | 
|---|---|
static String | 
EMITTER_TYPE  | 
| Constructor and Description | 
|---|
LogEmitterModule()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
configure(com.google.inject.Binder binder)  | 
Emitter | 
makeEmitter(com.google.common.base.Supplier<LoggingEmitterConfig> config,
           com.fasterxml.jackson.databind.ObjectMapper jsonMapper)  | 
public static final String EMITTER_TYPE
public void configure(com.google.inject.Binder binder)
configure in interface com.google.inject.Module@Provides public Emitter makeEmitter(com.google.common.base.Supplier<LoggingEmitterConfig> config, com.fasterxml.jackson.databind.ObjectMapper jsonMapper)
Copyright © 2011–2018. All rights reserved.