Hyperlinkv0.8.0-beta.28

Store

Store.logLevelErrorconstsrc/Store.ts:887
<R extends StoreRegistrationAny>(registration: R): R
logging
Source src/Store.ts:8872 lines
export const logLevelError = <R extends StoreRegistrationAny>(registration: R): R =>
  withRegistrationLogLevel(registration, "Error");