Could you clarify the meanings of
Session.DebugLogLevel
values?
- Do -1 & 0 apply only to session logs?
- Do 1 & 2 apply only to debug logs?
- What do Debug1 & Debug 2 mean?
I’m also confused by the property name. It seems to indicate we can’t set the logging level for session logs. But the text says differently. And, since the function takes only one parameter, how do we set the level for
both session & debug logs? Would we submit a parameter something like “0,1” ? Wouldn’t it be simpler & clearer to have an additional property called
SessionLogLevel
?