Legacy method for backwards compatibility.
void log({String? tag, bool alwaysPrint = false}) { JetLogger.dumpTrace( this, title: tag ?? 'StackTrace', alwaysPrint: alwaysPrint, ); }