pamoja for TypeScript - v0.1.17
    Preparing search index...

    Variable LevelConst

    Level: { Debug: Level; Error: Level; Info: Level; Trace: Level; Warn: Level } = ...

    How urgent an event is.

    Provided as a runtime object plus a matching string-union type so it works as both a value (Level.Warn) and a type annotation.

    Type Declaration

    • ReadonlyDebug: Level

      Diagnostic detail for development.

    • ReadonlyError: Level

      A failure that needs attention.

    • ReadonlyInfo: Level

      A normal, noteworthy event.

    • ReadonlyTrace: Level

      Fine-grained detail, useful only when chasing a specific problem.

    • ReadonlyWarn: Level

      Something unexpected that the node recovered from.