GitHub
  • Preparing search index...
  • The search index is not available
Documentation
  • Documentation
  • @forgerock/sdk-utilities
  • index
  • parseLog

Function parseLog

  • parseLog(
        value: unknown,
    ): ParseResult<undefined | "ERROR" | "NONE" | "WARN" | "INFO" | "DEBUG">

    Parameters

    • value: unknown

    Returns ParseResult<undefined | "ERROR" | "NONE" | "WARN" | "INFO" | "DEBUG">

    • Defined in sdk-utilities/src/lib/config/config.utils.ts:272

Settings

Member Visibility
GitHub
Documentation
  • Loading...