Package org.graylog2.outputs
Class LoggingOutput
java.lang.Object
org.graylog2.outputs.LoggingOutput
- All Implemented Interfaces:
MessageOutput,Stoppable
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic interfaceNested classes/interfaces inherited from interface org.graylog2.plugin.outputs.MessageOutput
MessageOutput.Factory2<T> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.graylog2.plugin.outputs.MessageOutput
initialize
-
Constructor Details
-
LoggingOutput
-
-
Method Details
-
stop
public void stop() -
isRunning
public boolean isRunning()- Specified by:
isRunningin interfaceMessageOutput
-
write
- Specified by:
writein interfaceMessageOutput- Throws:
Exception
-
write
- Specified by:
writein interfaceMessageOutput- Throws:
Exception
-