Log.e constructor

Log.e(
  1. String? msg, {
  2. String? translationKey,
  3. StackTrace? stacktrace,
  4. dynamic error,
})

Implementation

Log.e(
  this.msg, {
  this.translationKey,
  this.stacktrace,
  this.error,
}) : logLevel = LogLevel.error;