Package org.slf4j.impl
Class OutputChoice
- java.lang.Object
-
- org.slf4j.impl.OutputChoice
-
class OutputChoice extends java.lang.ObjectThis class encapsulates the user's choice of output target.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classOutputChoice.OutputChoiceType
-
Field Summary
Fields Modifier and Type Field Description (package private) OutputChoice.OutputChoiceTypeoutputChoiceType(package private) java.io.PrintStreamtargetPrintStream
-
Constructor Summary
Constructors Constructor Description OutputChoice(java.io.PrintStream printStream)OutputChoice(OutputChoice.OutputChoiceType outputChoiceType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.io.PrintStreamgetTargetPrintStream()
-
-
-
Field Detail
-
outputChoiceType
final OutputChoice.OutputChoiceType outputChoiceType
-
targetPrintStream
final java.io.PrintStream targetPrintStream
-
-
Constructor Detail
-
OutputChoice
OutputChoice(OutputChoice.OutputChoiceType outputChoiceType)
-
OutputChoice
OutputChoice(java.io.PrintStream printStream)
-
-