Share via


LogSeverity (Standard 7 Package Reference)

7/8/2014

LogSeverity specifies the type of message box events that Windows Embedded Standard 7 writes to the event log.

Values

0

Log all message box events.

1

Log all message box events that define the dwStyle parameter, including MB_USERICON, MB_ICONASTERISK, MB_ICONQUESTION, MB_ICONEXCLAMATION, and MB_ICONHAND.

2

Log message box events for errors, warnings, questions, and information. Message box events that have no dwStyle parameter or where the value of dwStyle is MB_ICONUSER are not logged.

3

Log message box events for errors, warnings, and questions. Information events, events that have no dwStyle parameter, and events that have user-defined severity levels are not logged.

4

Log only error and warning message box events.

5

Log only error message box events.

The default value for this setting is 0.

Valid Passes

offlineServicing