Uses of Enum Class
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 class with the specified name.StructuredFormatter.ExceptionOutputType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jboss.logmanager.formatters with parameters of type StructuredFormatter.ExceptionOutputTypeModifier and TypeMethodDescriptionvoidStructuredFormatter.setExceptionOutputType(StructuredFormatter.ExceptionOutputType exceptionOutputType) Set the output type for exceptions.