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

    Function setLogConfig

    • Sets the logging configuration state. Note that this function resets any existing configuration state.

      Parameters

      • config: string | [string, LogLevel][] = []

        the new configuration. If empty or undefined, the configuration is cleared. It can be string with the syntax bundle:LEVEL,otherbundle:LEVEL, e.g. apprt-core:DEBUG, map-init:WARN

      Returns void