debug abstract method

void debug(
  1. String templateBody,
  2. List arguments, {
  3. Map<String, SentryAttribute>? attributes,
})

Logs a formatted message at DEBUG level.

Implementation

void debug(
  String templateBody,
  List<dynamic> arguments, {
  Map<String, SentryAttribute>? attributes,
});