
org.graylog2.message.GelfMessageBuilderException 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.message;
public class GelfMessageBuilderException extends Exception {
private static final long serialVersionUID = 313L;
public GelfMessageBuilderException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy