LoggerError extension

Extension on Logger to throw an exception if an error is encountered.

on

Methods

error(String message) → void

Available on Logger, provided by the LoggerError extension

Creates a severe message and throws an exception if RohdBridgeLogger.continueOnError is false.
sectionSeparator(String section) → void

Available on Logger, provided by the LoggerError extension

Log a section separator.