jar

com.globo.graylog2 : gelfj

Maven & Gradle

Nov 18, 2016
1 stars

gelfj · GELF implementation in Java and log4j appender without any dependencies.

Table Of Contents

Latest Version

Download com.globo.graylog2 : gelfj JAR file - Latest Versions:

All Versions

Download com.globo.graylog2 : gelfj JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window gelfj-1.1.16.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.graylog2.message

├─ org.graylog2.message.GelfMessage.class - [JAR]

├─ org.graylog2.message.GelfMessageBuilder.class - [JAR]

├─ org.graylog2.message.GelfMessageBuilderException.class - [JAR]

org.graylog2.json

├─ org.graylog2.json.JSON.class - [JAR]

org.graylog2.host

├─ org.graylog2.host.HostConfiguration.class - [JAR]

org.graylog2.log

├─ org.graylog2.log.GelfAppender.class - [JAR]

├─ org.graylog2.log.GelfConsoleAppender.class - [JAR]

├─ org.graylog2.log.GelfJsonAppender.class - [JAR]

├─ org.graylog2.log.GelfMessageFactory.class - [JAR]

├─ org.graylog2.log.GelfMessageProvider.class - [JAR]

├─ org.graylog2.log.Log4jVersionChecker.class - [JAR]

org.graylog2.sender

├─ org.graylog2.sender.AbstractBufferManager.class - [JAR]

├─ org.graylog2.sender.GelfAMQPSender.class - [JAR]

├─ org.graylog2.sender.GelfHTTPSender.class - [JAR]

├─ org.graylog2.sender.GelfSender.class - [JAR]

├─ org.graylog2.sender.GelfSenderConfiguration.class - [JAR]

├─ org.graylog2.sender.GelfSenderConfigurationException.class - [JAR]

├─ org.graylog2.sender.GelfSenderException.class - [JAR]

├─ org.graylog2.sender.GelfSenderFactory.class - [JAR]

├─ org.graylog2.sender.GelfTCPSender.class - [JAR]

├─ org.graylog2.sender.GelfThreadedSender.class - [JAR]

├─ org.graylog2.sender.GelfTimeoutException.class - [JAR]

├─ org.graylog2.sender.GelfUDPSender.class - [JAR]

org.graylog2.logging

├─ org.graylog2.logging.GelfHandler.class - [JAR]

├─ org.graylog2.logging.GelfLogRecord.class - [JAR]

├─ org.graylog2.logging.JULConfigurationManager.class - [JAR]

├─ org.graylog2.logging.JULProperties.class - [JAR]

├─ org.graylog2.logging.SimpleFormatter.class - [JAR]

Advertisement