Log in

View Full Version : SetLogParams+LogMsg - explanation needed


rgr
16th February 2026, 13:51
1. What does the "level" parameter in SetLogParams do? According to the manual, the default is 0, meaning nothing is logged. However, LogMsgs with level INFO are still written to this file.

2. If I set the level in SetLogParams to, for example, 3 (LOG_INFO), will only LogMsgs with level 3 be written to the log, or will all the others be written as well?

The manual doesn't help here.