- 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
-
- setNamespaceUri(String) - Method in class org.jboss.logmanager.ext.formatters.XmlFormatter
-
- 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.