Package org.slf4j.impl
Class OutputChoice
- java.lang.Object
-
- org.slf4j.impl.OutputChoice
-
class OutputChoice extends java.lang.Object
This class encapsulates the user's choice of output target.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static class
OutputChoice.OutputChoiceType
-
Field Summary
Fields Modifier and Type Field Description (package private) OutputChoice.OutputChoiceType
outputChoiceType
(package private) java.io.PrintStream
targetPrintStream
-
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.PrintStream
getTargetPrintStream()
-
-
-
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)
-
-