NullLogger
com.ossuminc.riddl.utils.NullLogger
case class NullLogger()(using pc: PlatformContext) extends Logger
A logger to use when logging of messages is not desired. It will still count the number of messages for each severity Lvl.
Attributes
- Source
- Logging.scala
- Graph
-
- Supertypes
Members list
Value members
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)
In this article