This property sets levels of the message that PowerBSORT outputs.
Syntax
object.MessageLevel = integer
object
This specifies object expressions that define references to objects.
integer
This sets level of the output messages. As for values to be set, refer to the following setting values.
Setting value
Setting values of the MessageLevel property are as follows.
Setting value | Meaning |
---|---|
0 | Error message and warning message are output. |
1 | Nothing is output. |
2 | Error message and warning message are output. |
3 | Error message, warning message, and information message are output. |
Description
To output the messages, it is necessary to set file path names to which the message is output in MessageFileName property or environment variable BSORT_MSGFILE to output the messages.
Note
The specification of the MessageLevel property takes priority over the specification of the environment variable BSORT_MSGLEVEL.