Writing Modules: Get Debug Level
17 Sep
2022
17 Sep
'22
8:55 a.m.
Hi everyone I have a simple porgramming question: I want some program block only executed on a certain debug level, like: if (loglevel == LEVEL_DEBUG2) { calculate( &something ); DEBUG2(..., something); } Best reagrds, Till
17 Sep
17 Sep
9:43 a.m.
I think I found it: if (rad_debug_lvl == ...) { I will test this now. Cheers Till On 17.09.22 14:55, g4-lisz@tonarchiv.ch wrote:
Hi everyone
I have a simple porgramming question: I want some program block only executed on a certain debug level, like:
if (loglevel == LEVEL_DEBUG2) { calculate( &something ); DEBUG2(..., something); }
Best reagrds, Till
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
1390
Age (days ago)
1390
Last active (days ago)
1 comments
1 participants
participants (1)
-
g4-lisz@tonarchiv.ch