Uses of Enum Class
org.jboss.logmanager.handlers.ConsoleHandler.Target
Packages that use ConsoleHandler.Target
-
Uses of ConsoleHandler.Target in org.jboss.logmanager.handlers
Methods in org.jboss.logmanager.handlers that return ConsoleHandler.TargetModifier and TypeMethodDescriptionstatic ConsoleHandler.TargetReturns the enum constant of this class with the specified name.static ConsoleHandler.Target[]ConsoleHandler.Target.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jboss.logmanager.handlers with parameters of type ConsoleHandler.TargetModifier and TypeMethodDescriptionvoidConsoleHandler.setTarget(ConsoleHandler.Target target) Set the target for this console handler.Constructors in org.jboss.logmanager.handlers with parameters of type ConsoleHandler.TargetModifierConstructorDescriptionConsoleHandler(ConsoleHandler.Target target) Construct a new instance.ConsoleHandler(ConsoleHandler.Target target, Formatter formatter) Construct a new instance.