Uses of Enum
org.jboss.logmanager.formatters.StructuredFormatter.ExceptionOutputType
Packages that use StructuredFormatter.ExceptionOutputType
-
Uses of StructuredFormatter.ExceptionOutputType in org.jboss.logmanager.formatters
Methods in org.jboss.logmanager.formatters that return StructuredFormatter.ExceptionOutputTypeModifier and TypeMethodDescriptionStructuredFormatter.getExceptionOutputType()
Get the current output type for exceptions.Returns the enum constant of this type with the specified name.StructuredFormatter.ExceptionOutputType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.logmanager.formatters with parameters of type StructuredFormatter.ExceptionOutputTypeModifier and TypeMethodDescriptionvoid
StructuredFormatter.setExceptionOutputType
(StructuredFormatter.ExceptionOutputType exceptionOutputType) Set the output type for exceptions.