Hyperlinkv0.8.0-beta.28

Store

Store.logLevelWarnconstsrc/Store.ts:879
<R extends StoreRegistrationAny>(registration: R): R
logging
Source src/Store.ts:8792 lines
export const logLevelWarn = <R extends StoreRegistrationAny>(registration: R): R =>
  withRegistrationLogLevel(registration, "Warn");