map.apps Bundle APIs 4.20.0
    Preparing search index...

    Function readConfigFromString

    • Parses a configuration string into a logging configuration.

      Parameters

      • loggingConfStr: string = ""

        a string in the format logger-name:LEVEL, other-logger-name: LEVEL. e.g. apprt-core:DEBUG, map-init:WARN or DEBUG for the root level. or apprt-core to set it to DEBUG.

      Returns [string, LogLevel][]

      the parsed logging configuration.