Sets the level of messages that should be shown to the user.
The (set-message-level ... ) function can be created using the following Lisp syntax:
(set-message-level message_level)
The (set-message-level ... ) function takes one argument:
The default message level is 1 (warnings only).
If you set the message level to zero, you won't get any messages at all. Level 1 prints warnings only. Level 2 prints warnings, and other interesting "internal" events in Modalys. Level 3 prints everything in level 2, plus all the gruesome details of the internal computations.
You can obtain the current message level by using:
(get-info 'message-level)
There are no special options for this function.