StringLogger
A logger that doesn't do I/O but collects the messages in a buffer
Value parameters
- capacity
-
The initial capacity of the buffer, defaults to 1K
- pc
-
The PlatformContext to use
Attributes
- Source
- Logging.scala
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Any
- Source
- Logging.scala
Inherited methods
Syntactic sugar for write(Error, s)
Attributes
- Inherited from:
- Logger
- Source
- Logging.scala
Syntactic sugar for write(Info, s)
Syntactic sugar for write(Missing, s)
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Syntactic sugar for write(Severe, <message-derived-from-exception>)
Syntactic sugar for write(Severe, <message-derived-from-exception>)
Attributes
- Inherited from:
- Logger
- Source
- Logging.scala
Syntactic sugar for write(Severe, s)
Syntactic sugar for write(Style, s)
Generate a summary on the number of messages logged for each severity Lvl.
Generate a summary on the number of messages logged for each severity Lvl.
Attributes
- Inherited from:
- Logger
- Source
- Logging.scala
Syntactic sugar for write(Usage, s)