public class LoggingOutput extends Object implements MessageOutput
| Modifier and Type | Class and Description |
|---|---|
static class |
LoggingOutput.Config |
static class |
LoggingOutput.Descriptor |
static interface |
LoggingOutput.Factory |
MessageOutput.Factory2<T>| Constructor and Description |
|---|
LoggingOutput(Configuration config) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRunning() |
void |
stop() |
void |
write(List<Message> messages) |
void |
write(Message message) |
@Inject public LoggingOutput(Configuration config) throws MessageOutputConfigurationException
public boolean isRunning()
isRunning in interface MessageOutputpublic void write(Message message) throws Exception
write in interface MessageOutputExceptionCopyright © 2012–2021 Graylog, Inc.. All rights reserved.