solid-ui
    Preparing search index...

    Function setLevel

    • Lets you configure which types of messages will be shown. The module uses bitmask to filter which types of messages should be shown. E.g. if you only want warning messages to be shown, pass 2 to the function, if you want warning and success to be shown, pass 10 (2+8). By passing the sum of all, 63, you'll show all types of messages.

      • Error: 1
      • Warning: 2
      • Message: 4
      • Success: 8
      • Info: 16
      • Debug: 32

      Parameters

      • level: number

      Returns void