ConciseLevelConsoleAppender
sbt.mill.SbtLoggerUtils.ConciseLevelConsoleAppender
class ConciseLevelConsoleAppender(name: String, log: String => Unit, ansiCodesSupported0: Boolean) extends ConsoleAppender
Attributes
- Source
- SbtLoggerUtils.scala
- Graph
-
- Supertypes
-
class ConsoleAppendertrait Appendertrait AutoCloseableclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Appends the message message to the to the log at level level.
Appends the message message to the to the log at level level.
Value parameters
- level
-
The importance level of the message.
- message
-
The message to log.
Attributes
- Definition Classes
-
Appender
- Source
- SbtLoggerUtils.scala
Inherited methods
Attributes
- Definition Classes
-
ConsoleAppender -> AutoCloseable
- Inherited from:
- ConsoleAppender
- Source
- ConsoleAppender.scala
Logs a ControlEvent to the log.
Logs a ControlEvent to the log.
Value parameters
- event
-
The kind of
ControlEvent. - message
-
The message to log.
Attributes
- Inherited from:
- Appender
- Source
- ConsoleAppender.scala
Returns the number of lines for stacktrace.
Returns the number of lines for stacktrace.
Attributes
- Inherited from:
- Appender
- Source
- ConsoleAppender.scala
Attributes
- Inherited from:
- Appender
- Source
- ConsoleAppender.scala
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.
Value parameters
- t
-
The
Throwablewhose stack trace to log. - traceLevel
-
How to shorten the stack trace.
Attributes
- Inherited from:
- Appender
- Source
- ConsoleAppender.scala
In this article