error abstract method

dynamic error(
  1. String logLine, {
  2. Exception? e,
})

Logs an error message. If there is an exception included, it will be provided in e.

Implementation

error(String logLine, {Exception? e});