debugLogger property

DescopeLogger debugLogger
final

A simple logger that prints all logs to the console, but does not output any potentially unsafe runtime values unless the app is built in debug mode.

Implementation

static final debugLogger = DescopeLogger(level: debug, unsafe: kDebugMode);