Is loglevels cumulative?

Submitted by jatinder on Mon, 2007-01-08 08:45.

Referring to csa111,if a log level is set, then will it set
the higher log levels automatically?

Submitted by harikrishna_gp on Mon, 2007-01-08 14:36.

Jatinder,
When the API clLogLevelSet is called with specific severity all log messages that are more severe are logged. All the log messages that are less severe are suppressed.

For instance if log level is set to CL_LOG_ERROR then all log messages with severity CL_LOG_EMERGENCY, CL_LOG_ALERT, CL_LOG_CRITICAL , CL_LOG_ERROR are logged. The other lower severity messages are suppressed.

HTH,
Hari