JBoss Log Manager Extension 1.0.0.Alpha5
A B C D E F G I J L M O P S V W X 

A

add(String, int) - Method in class org.jboss.logmanager.ext.formatters.StructuredFormatter.Generator
Writes an integer value.
add(String, long) - Method in class org.jboss.logmanager.ext.formatters.StructuredFormatter.Generator
Writes a long value.
add(String, Map<String, ?>) - Method in class org.jboss.logmanager.ext.formatters.StructuredFormatter.Generator
Writes a map value
add(String, String) - Method in class org.jboss.logmanager.ext.formatters.StructuredFormatter.Generator
Writes a string value.
addAttribute(String, int) - Method in class org.jboss.logmanager.ext.formatters.StructuredFormatter.Generator
Writes an attribute.
addAttribute(String, String) - Method in class org.jboss.logmanager.ext.formatters.StructuredFormatter.Generator
Writes an attribute.
addMetaData(Map<String, String>) - Method in class org.jboss.logmanager.ext.formatters.StructuredFormatter.Generator
Adds the meta data to the structured format.
after(StructuredFormatter.Generator, ExtLogRecord) - Method in class org.jboss.logmanager.ext.formatters.StructuredFormatter
Invoked after the structured data has been added to the generator.

B

before(StructuredFormatter.Generator, ExtLogRecord) - Method in class org.jboss.logmanager.ext.formatters.LogstashFormatter
 
before(StructuredFormatter.Generator, ExtLogRecord) - Method in class org.jboss.logmanager.ext.formatters.StructuredFormatter
Invoked before the structured data is added to the generator.
begin() - Method in class org.jboss.logmanager.ext.formatters.StructuredFormatter.Generator
Initial method invoked at the start of the generation.

C

close() - Method in class org.jboss.logmanager.ext.handlers.SocketHandler
 
createGenerator(Writer) - Method in class org.jboss.logmanager.ext.formatters.JsonFormatter
 
createGenerator(Writer) - Method in class org.jboss.logmanager.ext.formatters.StructuredFormatter
Creates the generator used to create the structured data.
createGenerator(Writer) - Method in class org.jboss.logmanager.ext.formatters.XmlFormatter
 

D

DEFAULT_DATE_FORMAT - Static variable in class org.jboss.logmanager.ext.formatters.StructuredFormatter
 
DEFAULT_PORT - Static variable in class org.jboss.logmanager.ext.handlers.SocketHandler
 
doPublish(ExtLogRecord) - Method in class org.jboss.logmanager.ext.handlers.SocketHandler
 

E

end() - Method in class org.jboss.logmanager.ext.formatters.StructuredFormatter.Generator
Writes any trailing data that's needed.
endArray() - Method in class org.jboss.logmanager.ext.formatters.StructuredFormatter.Generator
Writes an end for an array.
endObject() - Method in class org.jboss.logmanager.ext.formatters.StructuredFormatter.Generator
Writes an end to the object.
escapeKey(StringBuilder, String) - Static method in class org.jboss.logmanager.ext.util.PropertyValues
Escapes a maps key value for serialization to a string.
escapeValue(StringBuilder, String) - Static method in class org.jboss.logmanager.ext.util.PropertyValues
Escapes a maps value for serialization to a string.

F

flush() - Method in class org.jboss.logmanager.ext.handlers.SocketHandler
 
format(ExtLogRecord) - Method in class org.jboss.logmanager.ext.formatters.StructuredFormatter
 

G

getAddress() - Method in class org.jboss.logmanager.ext.handlers.SocketHandler
Returns the address being used.
getDateFormat() - Method in class org.jboss.logmanager.ext.formatters.StructuredFormatter
Gets the current date format.
getExceptionOutputType() - Method in class org.jboss.logmanager.ext.formatters.StructuredFormatter
Get the current output type for exceptions.
getKey(StructuredFormatter.Key) - Method in class org.jboss.logmanager.ext.formatters.StructuredFormatter
Checks to see if the key should be overridden.
getKey() - Method in enum org.jboss.logmanager.ext.formatters.StructuredFormatter.Key
Returns the name of the key for the structure.
getKeyOverrides() - Method in class org.jboss.logmanager.ext.formatters.StructuredFormatter
A string representation of the key overrides.
getMetaData() - Method in class org.jboss.logmanager.ext.formatters.StructuredFormatter
Returns the value set for meta data.
getNamespaceUri() - Method in class org.jboss.logmanager.ext.formatters.XmlFormatter
Returns the namespace URI used for each record if XmlFormatter.isPrintNamespace() is true.
getPort() - Method in class org.jboss.logmanager.ext.handlers.SocketHandler
Returns the port being used.
getProtocol() - Method in class org.jboss.logmanager.ext.handlers.SocketHandler
Returns the protocol being used.
getRecordDelimiter() - Method in class org.jboss.logmanager.ext.formatters.StructuredFormatter
Returns the character used to indicate the record has is complete.
getUriString() - Method in enum org.jboss.logmanager.ext.formatters.XmlFormatter.Namespace
Get the URI of this namespace.
getVersion() - Method in class org.jboss.logmanager.ext.formatters.LogstashFormatter
Returns the version being used for the @version property.

I

isDetailedExceptionOutputType() - Method in class org.jboss.logmanager.ext.formatters.StructuredFormatter
Checks the exception output type and determines if detailed output should be written.
isFormattedExceptionOutputType() - Method in class org.jboss.logmanager.ext.formatters.StructuredFormatter
Checks the exception output type and determines if formatted output should be written.
isPrettyPrint() - Method in class org.jboss.logmanager.ext.formatters.JsonFormatter
Indicates whether or not pretty printing is enabled.
isPrettyPrint() - Method in class org.jboss.logmanager.ext.formatters.XmlFormatter
Indicates whether or not pretty printing is enabled.
isPrintDetails() - Method in class org.jboss.logmanager.ext.formatters.StructuredFormatter
Indicates whether or not details should be printed.
isPrintNamespace() - Method in class org.jboss.logmanager.ext.formatters.XmlFormatter
Indicates whether or not the name space should be written on the <record/>.

J

JsonFormatter - Class in org.jboss.logmanager.ext.formatters
A formatter that outputs the record into JSON format optionally printing details.
JsonFormatter() - Constructor for class org.jboss.logmanager.ext.formatters.JsonFormatter
Creates a new JSON formatter.
JsonFormatter(String) - Constructor for class org.jboss.logmanager.ext.formatters.JsonFormatter
Creates a new JSON formatter.
JsonFormatter(Map<StructuredFormatter.Key, String>) - Constructor for class org.jboss.logmanager.ext.formatters.JsonFormatter
Creates a new JSON formatter.

L

LogstashFormatter - Class in org.jboss.logmanager.ext.formatters
A JSON formatter which adds the @version to the generated JSON and overrides the timestamp key to @timestamp.
LogstashFormatter() - Constructor for class org.jboss.logmanager.ext.formatters.LogstashFormatter
Create the lostash formatter.
LogstashFormatter(Map<StructuredFormatter.Key, String>) - Constructor for class org.jboss.logmanager.ext.formatters.LogstashFormatter
Create the logstash formatter overriding any default keys

M

mapToString(Map<K, String>) - Static method in class org.jboss.logmanager.ext.util.PropertyValues
Converts a map into a string that can be parsed by PropertyValues.stringToMap(String).
mapToString(EnumMap<K, String>) - Static method in class org.jboss.logmanager.ext.util.PropertyValues
Converts a map into a string that can be parsed by PropertyValues.stringToMap(String).

O

org.jboss.logmanager.ext.formatters - package org.jboss.logmanager.ext.formatters
 
org.jboss.logmanager.ext.handlers - package org.jboss.logmanager.ext.handlers
 
org.jboss.logmanager.ext.util - package org.jboss.logmanager.ext.util
 

P

PropertyValues - Class in org.jboss.logmanager.ext.util
A utility for converting objects into strings and strings into objects for storage in logging configurations.
PropertyValues() - Constructor for class org.jboss.logmanager.ext.util.PropertyValues
 

S

setAddress(InetAddress) - Method in class org.jboss.logmanager.ext.handlers.SocketHandler
Sets the address to connect to.
setDateFormat(String) - Method in class org.jboss.logmanager.ext.formatters.StructuredFormatter
Sets the pattern to use when formatting the date.
setExceptionOutputType(StructuredFormatter.ExceptionOutputType) - Method in class org.jboss.logmanager.ext.formatters.StructuredFormatter
Set the output type for exceptions.
setHostname(String) - Method in class org.jboss.logmanager.ext.handlers.SocketHandler
Sets the address to connect to by doing a lookup on the hostname.
setMetaData(String) - Method in class org.jboss.logmanager.ext.formatters.StructuredFormatter
Sets the meta data to use in the structured format.
setNamespaceUri(XmlFormatter.Namespace) - Method in class org.jboss.logmanager.ext.formatters.XmlFormatter
Sets the namespace URI used for each record if XmlFormatter.isPrintNamespace() is true.
setNamespaceUri(String) - Method in class org.jboss.logmanager.ext.formatters.XmlFormatter
Sets the namespace URI used for each record if XmlFormatter.isPrintNamespace() is true.
setPort(int) - Method in class org.jboss.logmanager.ext.handlers.SocketHandler
Sets the port to connect to.
setPrettyPrint(boolean) - Method in class org.jboss.logmanager.ext.formatters.JsonFormatter
Turns on or off pretty printing.
setPrettyPrint(boolean) - Method in class org.jboss.logmanager.ext.formatters.XmlFormatter
Turns on or off pretty printing.
setPrintDetails(boolean) - Method in class org.jboss.logmanager.ext.formatters.StructuredFormatter
Sets whether or not details should be printed.
setPrintNamespace(boolean) - Method in class org.jboss.logmanager.ext.formatters.XmlFormatter
Turns on or off the printing of the namespace for each <record/>.
setProtocol(SocketHandler.Protocol) - Method in class org.jboss.logmanager.ext.handlers.SocketHandler
Sets the protocol to use.
setRecordDelimiter(String) - Method in class org.jboss.logmanager.ext.formatters.StructuredFormatter
Sets the value to be used to indicate the end of a record.
setVersion(int) - Method in class org.jboss.logmanager.ext.formatters.LogstashFormatter
Sets the version to use for the @version property.
SocketHandler - Class in org.jboss.logmanager.ext.handlers
A handler used to communicate over a socket.
SocketHandler() - Constructor for class org.jboss.logmanager.ext.handlers.SocketHandler
Creates a socket handler with an address of localhost and port of 4560.
SocketHandler(String, int) - Constructor for class org.jboss.logmanager.ext.handlers.SocketHandler
Creates a socket handler.
SocketHandler(InetAddress, int) - Constructor for class org.jboss.logmanager.ext.handlers.SocketHandler
Creates a socket handler.
SocketHandler(SocketHandler.Protocol, String, int) - Constructor for class org.jboss.logmanager.ext.handlers.SocketHandler
Creates a socket handler.
SocketHandler(SocketHandler.Protocol, InetAddress, int) - Constructor for class org.jboss.logmanager.ext.handlers.SocketHandler
Creates a socket handler.
SocketHandler.Protocol - Enum in org.jboss.logmanager.ext.handlers
The type of socket
startArray(String) - Method in class org.jboss.logmanager.ext.formatters.StructuredFormatter.Generator
Writes the start of an array.
startObject(String) - Method in class org.jboss.logmanager.ext.formatters.StructuredFormatter.Generator
Writes the start of an object.
stringToEnumMap(Class<E>, String) - Static method in class org.jboss.logmanager.ext.util.PropertyValues
Parses a string of key/value pairs into an enum map.
stringToEnumMap(Class<E>, String, boolean) - Static method in class org.jboss.logmanager.ext.util.PropertyValues
Parses a string of key/value pairs into an enum map.
stringToMap(String) - Static method in class org.jboss.logmanager.ext.util.PropertyValues
Parses a string of key/value pairs into a map.
StructuredFormatter - Class in org.jboss.logmanager.ext.formatters
An abstract class that uses a generator to help generate structured data from a record.
StructuredFormatter() - Constructor for class org.jboss.logmanager.ext.formatters.StructuredFormatter
 
StructuredFormatter(Map<StructuredFormatter.Key, String>) - Constructor for class org.jboss.logmanager.ext.formatters.StructuredFormatter
 
StructuredFormatter(String) - Constructor for class org.jboss.logmanager.ext.formatters.StructuredFormatter
 
StructuredFormatter.ExceptionOutputType - Enum in org.jboss.logmanager.ext.formatters
Defines the way a cause will be formatted.
StructuredFormatter.Generator - Class in org.jboss.logmanager.ext.formatters
A generator used to create the structured output.
StructuredFormatter.Generator() - Constructor for class org.jboss.logmanager.ext.formatters.StructuredFormatter.Generator
 
StructuredFormatter.Key - Enum in org.jboss.logmanager.ext.formatters
The key used for the structured log record data.

V

valueOf(String) - Static method in enum org.jboss.logmanager.ext.formatters.StructuredFormatter.ExceptionOutputType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.logmanager.ext.formatters.StructuredFormatter.Key
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.logmanager.ext.formatters.XmlFormatter.Namespace
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.logmanager.ext.handlers.SocketHandler.Protocol
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.logmanager.ext.formatters.StructuredFormatter.ExceptionOutputType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.logmanager.ext.formatters.StructuredFormatter.Key
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.logmanager.ext.formatters.XmlFormatter.Namespace
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.logmanager.ext.handlers.SocketHandler.Protocol
Returns an array containing the constants of this enum type, in the order they are declared.

W

wrapArrays() - Method in class org.jboss.logmanager.ext.formatters.StructuredFormatter.Generator
Indicates whether or not elements in an array should be wrapped or not.

X

XmlFormatter - Class in org.jboss.logmanager.ext.formatters
A formatter that outputs the record in XML format.
XmlFormatter() - Constructor for class org.jboss.logmanager.ext.formatters.XmlFormatter
Creates a new XML formatter.
XmlFormatter(String) - Constructor for class org.jboss.logmanager.ext.formatters.XmlFormatter
Creates a new XML formatter.
XmlFormatter(Map<StructuredFormatter.Key, String>) - Constructor for class org.jboss.logmanager.ext.formatters.XmlFormatter
Creates a new XML formatter.
XmlFormatter.Namespace - Enum in org.jboss.logmanager.ext.formatters
The namespaces for logged records.
A B C D E F G I J L M O P S V W X 
JBoss Log Manager Extension 1.0.0.Alpha5

Copyright © 2018 JBoss by Red Hat. All rights reserved.