handleLogEvent method

bool handleLogEvent(
  1. RxStorageLoggerEvent<Key, Options> event
)

This method can be overridden to handle custom RxStorageLoggerEvent implementations or handle the standard events in a different way.

Returns true if event was handled, false otherwise.

Implementation

bool handleLogEvent(RxStorageLoggerEvent<Key, Options> event) => false;