Uses of Enum Class
com.log4rich.appenders.ConsoleAppender.Target
Packages that use ConsoleAppender.Target
-
Uses of ConsoleAppender.Target in com.log4rich.appenders
Methods in com.log4rich.appenders that return ConsoleAppender.TargetModifier and TypeMethodDescriptionConsoleAppender.getTarget()
Gets the current target output stream for this appender.static ConsoleAppender.Target
Returns the enum constant of this class with the specified name.static ConsoleAppender.Target[]
ConsoleAppender.Target.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.log4rich.appenders with parameters of type ConsoleAppender.TargetModifier and TypeMethodDescriptionvoid
ConsoleAppender.setTarget
(ConsoleAppender.Target target) Sets the target output stream for this appender.Constructors in com.log4rich.appenders with parameters of type ConsoleAppender.TargetModifierConstructorDescriptionCreates a new console appender that writes to the specified target.