All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.graylog2.sender.GelfSender Maven / Gradle / Ivy

Go to download

GELF implementation in Java and log4j appender without any dependencies.

The newest version!
package org.graylog2.sender;

import org.graylog2.message.GelfMessage;

public interface GelfSender {
	public void sendMessage(GelfMessage message) throws GelfSenderException;

	public void close();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy