Future<void> log(String type, String message, {int? entityId}) async { await _addLogRow(type, 'info', message, entityId); }