• 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