Attributes
- Companion:
- class
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- ConsoleAppender.type
Members list
Value members
Concrete methods
A new ConsoleAppender that writes to standard output.
A new ConsoleAppender that writes to standard output.
Attributes
- Returns:
A new
ConsoleAppenderthat writes to standard output.
A new ConsoleAppender that appends log message to out.
A new ConsoleAppender that appends log message to out.
Attributes
- out
Where to write messages.
- Returns:
A new
ConsoleAppender.
A new ConsoleAppender that appends log messages to out.
A new ConsoleAppender that appends log messages to out.
Attributes
- out
Where to write messages.
- Returns:
A new
ConsoleAppender.
A new ConsoleAppender that writes to out.
A new ConsoleAppender that writes to out.
Attributes
- out
Where to write messages.
- Returns:
A new
ConsoleAppender that writes toout`.
A new ConsoleAppender identified by name, and that writes to standard output.
A new ConsoleAppender identified by name, and that writes to standard output.
Attributes
- name
An identifier for the
ConsoleAppender.- Returns:
A new
ConsoleAppenderthat writes to standard output.
A new ConsoleAppender identified by name, and that writes to out.
A new ConsoleAppender identified by name, and that writes to out.
Attributes
- name
An identifier for the
ConsoleAppender.- out
Where to write messages.
- Returns:
A new
ConsoleAppenderthat writes toout.
A new ConsoleAppender identified by name, and that writes to out.
A new ConsoleAppender identified by name, and that writes to out.
Attributes
- name
An identifier for the
ConsoleAppender.- out
Where to write messages.
- suppressedMessage
How to handle stack traces.
- Returns:
A new
ConsoleAppenderthat writes toout.
A new ConsoleAppender identified by name, and that writes to out.
A new ConsoleAppender identified by name, and that writes to out.
Attributes
- name
An identifier for the
ConsoleAppender.- out
Where to write messages.
- useFormat
trueto enable format (color, bold, etc.),falseto remove formatting.- Returns:
A new
ConsoleAppenderthat writes toout.
A new ConsoleAppender identified by name, and that writes to out.
A new ConsoleAppender identified by name, and that writes to out.
Attributes
- name
An identifier for the
ConsoleAppender.- terminal
The terminal to which this appender corresponds
- Returns:
A new
ConsoleAppenderthat writes toout.
A new ConsoleAppender identified by name, and that writes to out.
A new ConsoleAppender identified by name, and that writes to out.
Attributes
- name
An identifier for the
ConsoleAppender.- suppressedMessage
How to handle stack traces.
- terminal
The terminal to which this appender corresponds
- Returns:
A new
ConsoleAppenderthat writes toout.
A new ConsoleAppender identified by name, and that writes to out.
A new ConsoleAppender identified by name, and that writes to out.
Attributes
- ansiCodesSupported
trueif the output stream supports ansi codes,falseotherwise.- name
An identifier for the
ConsoleAppender.- out
Where to write messages.
- useFormat
trueto enable format (color, bold, etc.),falseto remove formatting.- Returns:
A new
ConsoleAppenderthat writes toout.
A new ConsoleAppender identified by name, and that writes to terminal.
Printing to this Appender will not throw if the Terminal has been closed.
A new ConsoleAppender identified by name, and that writes to terminal.
Printing to this Appender will not throw if the Terminal has been closed.
Attributes
- name
An identifier for the
ConsoleAppender.- terminal
The terminal to which this appender corresponds
- Returns:
A new
ConsoleAppenderthat writes toterminal.
Converts the Log4J level to the corresponding sbt level.
Converts the Log4J level to the corresponding sbt level.
Attributes
- level
A level, as represented by Log4J.
- Returns:
The corresponding level in sbt's world.
Converts the sbt level to the corresponding Log4J level.
Converts the sbt level to the corresponding Log4J level.
Attributes
- level
A level, as represented by sbt.
- Returns:
The corresponding level in Log4J's world.
Concrete fields
Hide stack trace altogether.
Hide stack trace altogether.
Attributes
Deprecated fields
Indicates whether formatting has been disabled in environment variables.
Indicates whether formatting has been disabled in environment variables.
- -Dsbt.log.noformat=true means no formatting. 2. -Dsbt.color=always/auto/never/true/false
- -Dsbt.colour=always/auto/never/true/false 4. -Dsbt.log.format=always/auto/never/true/false
Attributes
- Deprecated
- true