Package org.slf4j.impl
Class OutputChoice
java.lang.Object
org.slf4j.impl.OutputChoice
This class encapsulates the user's choice of output target.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescription(package private) final OutputChoice.OutputChoiceType
(package private) final PrintStream
-
Constructor Summary
ConstructorsConstructorDescriptionOutputChoice
(PrintStream printStream) OutputChoice
(OutputChoice.OutputChoiceType outputChoiceType) -
Method Summary
-
Field Details
-
outputChoiceType
-
targetPrintStream
-
-
Constructor Details
-
OutputChoice
OutputChoice(OutputChoice.OutputChoiceType outputChoiceType) -
OutputChoice
OutputChoice(PrintStream printStream)
-
-
Method Details
-
getTargetPrintStream
PrintStream getTargetPrintStream()
-