Thread: STATUS_MESSAGES
View Single Post
Old October 20th, 2009   #18
berntd
Senior Member
 
Join Date: Jan 2008
Posts: 102
Default

Quote:
Originally Posted by ericthegeek View Post
>
See table 10-1 for details. You can think of the Status Type as being the minimum level of messages to send. Effective, "Show me messages that are this important or higher".

If the controller asks for errors, it gets only errors in response.

If the controller asks for warnings, it gets both errors and warnings.

If the controller asks for advisory message, it gets errors, warnings, and advisory messages.

It's a concept similar to that used by many error logging mechanics in computer OS's. You tell it the minimum importance level of the messages you want to see, and it will show you everything that is that important, as well as messages that are more important.
I got it now.
Thanks Eric.
berntd is offline   Reply With Quote