Radcli library 2.0.0
A simple radius library -- legacy API reference
Loading...
Searching...
No Matches
log.c
1/*
2 * Copyright (C) 1995,1996,1997 Lars Fenneberg
3 *
4 * See the file COPYRIGHT for the respective terms and conditions.
5 * If the file is missing contact me at lf@elemental.net
6 * and I'll send you a copy.
7 *
8 */
9
10#include <config.h>
11#include <includes.h>
12#include <radcli/radcli.h>
13
14/* Debug verbosity is a per-rc_handle field (struct rc_conf's `debug`,
15 * lib/includes.h) read by util.h's DEBUG() macro. The legacy
16 * rc_setdebug()/radcli_legacy_debug global lives entirely in
17 * lib/legacy/compat.c now -- see REQ-GEN-SEC-005. */