Store Logger
Store logger can be invoked by any code in the store. log prints a message to the logger instance configured when building the store.
Functions
Link copied to clipboard
operator fun StoreLogger.invoke(e: Exception, level: StoreLogLevel = StoreLogLevel.Error, tag: String? = null)
Alias for StoreLogger.log that can log exceptions
Alias for StoreLogger.log with optional parameters
Link copied to clipboard
Print a message to the log.