winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

WinEventLogLevels.h (384B)


      1 // Copyright (c) Microsoft Corporation. All rights reserved.
      2 // Licensed under the MIT License. See LICENSE in the project root for license information.
      3 
      4 // From winmeta.h
      5 
      6 #define WINEVENT_LEVEL_LOG_ALWAYS 0x0
      7 #define WINEVENT_LEVEL_CRITICAL 0x1
      8 #define WINEVENT_LEVEL_ERROR 0x2
      9 #define WINEVENT_LEVEL_WARNING 0x3
     10 #define WINEVENT_LEVEL_INFO 0x4
     11 #define WINEVENT_LEVEL_VERBOSE 0x5