Log.e constructor
Log.e(
- String? msg, {
- String? translationKey,
- StackTrace? stacktrace,
- dynamic error,
Implementation
Log.e(
this.msg, {
this.translationKey,
this.stacktrace,
this.error,
}) : logLevel = LogLevel.error;