Log selection: Standard messages
Log selection allows you to select the message types to be displayed in your log. This section talks about Standard messages.
Standard Messages
The options in this area affect the standard messages displayed in your log.
KINGSTAR message types
These messages are generated by the KINGSTAR Subsystem, such as errors, states, configuration and others. The selected type will be displayed in the Standard view.
User message categories
User message: the messages from your application.
All: displays all of user messages.
Specify: displays the specified message types. Use the Category indexes box to specify the type. The indexes don't have to be in order. To define a message type, use the API function DebugMessage. After you define your own user message types, your message types will be displayed under Specify.
Related functions:
- RT/Win32: DebugMessage, GetCategoryName, SetCategoryName
- .NET API: Api.DebugMessage method, Api.GetCategoryName method, Api.SetCategoryName method
- .NET Class: ISubsystem.DebugMessage method, ISubsystem.GetCategoryName method, ISubsystem.SetCategoryName method
If you use the same name for several indices, you can tell which index the name belongs.
User message severities
The severity of the messages from your application.
Debug: the log presents a bug.
Info: the log presents information.
Warning: the log presents a warning.
Error: the log presents an error.
Fatal: the log presents a fatal error.
See also