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