DriftDebugLoggerCallbacks typedef
DriftDebugLoggerCallbacks = ({_ErrorCallback error, _LogCallback log})
Type for the pair of log and error callbacks returned by DriftDebugErrorLogger.callbacks.
Implementation
typedef DriftDebugLoggerCallbacks = ({_LogCallback log, _ErrorCallback error});