Class Log
java.lang.Object
jline.internal.Log
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final booleanprivate static PrintStreamstatic final booleanprivate static boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voidstatic PrintStreamstatic void(package private) static void(package private) static voidlogWithJul(Log.Level level, Object... messages) (package private) static voidrender(PrintStream out, Object message) Helper to support rendering messages.static voidsetOutput(PrintStream out) private static LeveltoJulLevel(Log.Level level) static voidstatic void
-
Field Details
-
TRACE
public static final boolean TRACE -
DEBUG
public static final boolean DEBUG -
output
-
useJul
private static boolean useJul
-
-
Constructor Details
-
Log
public Log()
-
-
Method Details
-
getOutput
-
setOutput
-
render
Helper to support rendering messages. -
log
-
logWithJul
-
toJulLevel
-
trace
-
debug
-
info
- Since:
- 2.7
-
warn
-
error
-