noOpLogger function

  1. @Deprecated('This will be made private or removed in the future')
void noOpLogger(
  1. SentryLevel level,
  2. String message, {
  3. String? logger,
  4. Object? exception,
  5. StackTrace? stackTrace,
})

A NoOp logger that does nothing

Implementation

@Deprecated('This will be made private or removed in the future')
void noOpLogger(
  SentryLevel level,
  String message, {
  String? logger,
  Object? exception,
  StackTrace? stackTrace,
}) {}