*MessageLogGrouping()
Controls client-specific groupings for posting messages into the Message Log.
Syntax
*MessageLogGrouping (state)
Application
All clients.
Inputs
- state
 - Indicates the setting of the Message Log grouping option. Valid choices are true or false.
 
Context
*BeginDefaults()
Example
*MessageLogGrouping(false)
      Comments
By default, messages in the Message Log are grouped based on the applications they originate from.
Setting this option to false has two primary effects:
    - When left open, it enables you to see the messages in an un-grouped form. In this case, all messages would be considered as originating from the application.
 - Once the message log is closed, new messages accumulate in a new group with an incrementing counter appended to the group name.