e static method
Prints an error message on each installed tree.
Implementation
static e(
String message, {
dynamic error,
StackTrace? stackTrace,
}) {
_tree.onMessage(
TimberLevel.error,
message,
error: error,
stackTrace: stackTrace,
);
}