![JAR search and dependency download from the Maven repository](/logo.png)
org.graylog2.log.GelfMessageProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gelfj Show documentation
Show all versions of gelfj Show documentation
GELF implementation in Java and log4j appender without any dependencies.
The newest version!
package org.graylog2.log;
import java.util.Map;
import org.graylog2.host.HostConfiguration;
public interface GelfMessageProvider {
public HostConfiguration getHostConfiguration();
public Map getFields();
public boolean isExtractStacktrace();
public boolean isAddExtendedInformation();
public boolean isIncludeLocation();
boolean isOnlyShortMessage();
public boolean addJavaTimestampField();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy