Convenience method to log table at error level
void tableError(Object? data, {List<String>? columns, String? label}) => table(data, columns: columns, level: LogLevel.error, label: label);