Logger
com.ossuminc.riddl.utils.Logger
Base trait for all styles of loggers. Logger requires the "write" method be implemented which provides a style-specific way to handle the logging of a message.
Attributes
- Source
- Logging.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Members list
Value members
Concrete methods
Attributes
- Source
- Logging.scala
Syntactic sugar for write(Error, s)
Syntactic sugar for write(Info, s)
Syntactic sugar for write(Missing, s)
Syntactic sugar for write(Severe, s)
Syntactic sugar for write(Severe, <message-derived-from-exception>)
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
- Source
- Logging.scala
Syntactic sugar for write(Usage, s)
Syntactic sugar for write(Warning, s)
In this article