logger property

Logger get logger
inherited

The Logger used by this PowerSyncDatabase.

The default is autoLogger, which logs to the console in debug builds. Use debugLogger to always log to the console. Use attachedLogger to propagate logs to Logger.root for custom logging.

Implementation

Logger get logger;