logging
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- logging.type
Members list
Type members
Classlikes
Attributes
- Companion:
- object
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Prints to stdout. Prints the level if it is not Level.Info. Prints non empty tags.
Prints to stdout. Prints the level if it is not Level.Info. Prints non empty tags.
Attributes
- T
type of the tag used by the logger
- tracing
add file and line number to log output if true
- Graph
- Supertypes
Existing log levels, each has a corresponding method in the Logger
The LogPrinter decides how messages are formatted
The LogPrinter decides how messages are formatted
Attributes
- T
type of the tag used by the logger
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- class DefaultLogPrinter[T]
Convenience methods for logging at certain levels. Tries to inline log calls so level check happens before method call.
Convenience methods for logging at certain levels. Tries to inline log calls so level check happens before method call.
Attributes
- T
tag type passed to the log printer
- level
minimum level that gets printed
- logPrinter
handles printing and formatting the log messages
- tag
tag to log with, used by the printer
- Graph
- Supertypes
- trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any