| Modifier and Type | Class and Description | 
|---|---|
static class  | 
LoggingEmitter.Level  | 
| Constructor and Description | 
|---|
LoggingEmitter(Logger log,
              LoggingEmitter.Level level,
              com.fasterxml.jackson.databind.ObjectMapper jsonMapper)  | 
LoggingEmitter(LoggingEmitterConfig config,
              com.fasterxml.jackson.databind.ObjectMapper jsonMapper)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
close()  | 
void | 
emit(Event event)  | 
void | 
flush()  | 
void | 
start()  | 
String | 
toString()  | 
public LoggingEmitter(LoggingEmitterConfig config, com.fasterxml.jackson.databind.ObjectMapper jsonMapper)
public LoggingEmitter(Logger log, LoggingEmitter.Level level, com.fasterxml.jackson.databind.ObjectMapper jsonMapper)
public void flush()
           throws IOException
flush in interface Emitterflush in interface FlushableIOExceptionpublic void close()
           throws IOException
close in interface Emitterclose in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2011–2018. All rights reserved.