@override void error(String message, {bool save = true, String? title}) { _logInternal(message, LogType.error, save, title); }