sbt.internal.util.ConsoleAppender
See theConsoleAppender companion object A logger that logs to the console. On supported systems, the level labels are colored.
This logger is not thread-safe.
Attributes
- Companion:
- object
- Graph
- Supertypes
trait AutoCloseable
class Object
trait Matchable
class Any
Members list
Concise view
Value members
Attributes
- Definition Classes
AutoCloseable
Appends the message message to the to the log at level level.
Appends the message message to the to the log at level level.
Attributes
- level
The importance level of the message.
- message
The message to log.
- Inherited from:
- Appender
Logs a ControlEvent to the log.
Logs a ControlEvent to the log.
Attributes
- event
The kind of ControlEvent.
- message
The message to log.
- Inherited from:
- Appender
Returns the number of lines for stacktrace.
Returns the number of lines for stacktrace.
Attributes
- Inherited from:
- Appender
Logs the stack trace of t, possibly shortening it.
Logs the stack trace of t, possibly shortening it.
The traceLevel parameter configures how the stack trace will be shortened. See
StackTrace.trimmed.
Attributes
- t
The Throwable whose stack trace to log.
- traceLevel
How to shorten the stack trace.
- Inherited from:
- Appender