DebugLogLevel Documentation

Advertisement

aksarben
Joined:
Posts:
68

DebugLogLevel Documentation

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?

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,605
Location:
Prague, Czechia

Re: DebugLogLevel Documentation

It applies to both logs. The debug log level just does not use all levels. -1 particularly has no effect on the debug log.

Reply with quote

Advertisement

You can post new topics in this forum