log method

  1. @override
void log(
  1. String message, {
  2. bool save = true,
  3. String? title,
})
override

Implementation

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