java.lang.Object
com.telenav.kivakit.kernel.logging.logs.BaseLog
com.telenav.kivakit.kernel.logging.logs.text.BaseTextLog
com.telenav.kivakit.kernel.logging.logs.text.ConsoleLog
- All Implemented Interfaces:
Filtered<LogEntry>
,Closeable
,Flushable
,Operation
,Startable
,Stoppable
,Named
,Log
,AutoCloseable
A text log that logs to the console. The formatter can be specified from the command line as "formatter=columnar" or
"formatter=unformatted". See
LogServiceLogger
for details.- Author:
- jonathanl (shibo)
- See Also:
BaseTextLog
,LogServiceLogger
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
The type of formatting to perform on log entries -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.telenav.kivakit.kernel.logging.logs.text.BaseTextLog
formatter
Methods inherited from class com.telenav.kivakit.kernel.logging.logs.BaseLog
addFilter, asynchronous, clear, close, closeOutput, equals, filters, hashCode, isAsynchronous, isClosed, isRunning, level, log, logs, messageCounts, start, stop, toString
-
Constructor Details
-
ConsoleLog
public ConsoleLog()
-
-
Method Details