- GelfAppender - Class in me.moocar.logbackgelf
-
Responsible for Formatting a log event and sending it to a Graylog2 Server.
- GelfAppender() - Constructor for class me.moocar.logbackgelf.GelfAppender
-
- GelfConverter - Class in me.moocar.logbackgelf
-
Responsible for formatting a log event into a GELF message
- GelfConverter(String, boolean, boolean, boolean, Map<String, String>, Map<String, String>, Map<String, String>, int, String, String, String, boolean) - Constructor for class me.moocar.logbackgelf.GelfConverter
-
- GelfLayout - Class in me.moocar.logbackgelf
-
- GelfLayout() - Constructor for class me.moocar.logbackgelf.GelfLayout
-
- get() - Method in class me.moocar.logbackgelf.MessageIdProvider
-
Creates a message id that should be unique on every call.
- getAdditionalFields() - Method in class me.moocar.logbackgelf.GelfAppender
-
additional fields to add to the gelf message.
- getAdditionalFields() - Method in class me.moocar.logbackgelf.GelfLayout
-
- getChunkThreshold() - Method in class me.moocar.logbackgelf.GelfAppender
-
- getContentType() - Method in class me.moocar.logbackgelf.GelfLayout
-
- getFacility() - Method in class me.moocar.logbackgelf.GelfAppender
-
The name of your service.
- getFacility() - Method in class me.moocar.logbackgelf.GelfLayout
-
- getFieldTypes() - Method in class me.moocar.logbackgelf.GelfAppender
-
- getGraylog2ServerHost() - Method in class me.moocar.logbackgelf.GelfAppender
-
The hostname of the graylog2 server to send messages to
- getGraylog2ServerPort() - Method in class me.moocar.logbackgelf.GelfAppender
-
The port of the graylog2 server to send messages to
- getGraylog2ServerVersion() - Method in class me.moocar.logbackgelf.GelfAppender
-
- getHostName() - Method in class me.moocar.logbackgelf.GelfAppender
-
Override the local hostname using a config option
- getHostName() - Method in class me.moocar.logbackgelf.GelfLayout
-
- getInetAddress(String) - Static method in class me.moocar.logbackgelf.InternetUtils
-
Gets the Inet address for the graylog2ServerHost and gives a specialised error message if an exception is thrown
- getLocalHostName() - Static method in class me.moocar.logbackgelf.InternetUtils
-
Retrieves the local host's hostname.
- getMessagePattern() - Method in class me.moocar.logbackgelf.GelfAppender
-
- getMessagePattern() - Method in class me.moocar.logbackgelf.GelfLayout
-
- getShortMessageLength() - Method in class me.moocar.logbackgelf.GelfAppender
-
The length of the message to truncate to
- getShortMessageLength() - Method in class me.moocar.logbackgelf.GelfLayout
-
- getShortMessagePattern() - Method in class me.moocar.logbackgelf.GelfAppender
-
- getShortMessagePattern() - Method in class me.moocar.logbackgelf.GelfLayout
-
- getStaticAdditionalFields() - Method in class me.moocar.logbackgelf.GelfAppender
-
static additional fields to add to every gelf message.
- getStaticAdditionalFields() - Method in class me.moocar.logbackgelf.GelfLayout
-