Hyperlinkv0.8.0-beta.28

Store

Store.logLevelInfoconstsrc/Store.ts:871
<R extends StoreRegistrationAny>(registration: R): R
logging
Source src/Store.ts:8712 lines
export const logLevelInfo = <R extends StoreRegistrationAny>(registration: R): R =>
  withRegistrationLogLevel(registration, "Info");