logger constant
RealmLogger
const logger
The logger that will emit log messages from the database and SDK operations. To receive log messages, use the RealmLogger.onRecord stream.
If no isolate subscribes to the stream, the trace messages will go to stdout.
The default log level is LogLevel.info.
Implementation
static const logger = RealmLogger();