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 |
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 MessageOutput
public void write(Message message) throws Exception
write
in interface MessageOutput
Exception
Copyright © 2012–2018 Graylog, Inc.. All rights reserved.