1sasl_log_t(3) SASL man pages sasl_log_t(3)
2
3
4
6 sasl_log_t - The SASL logging callback
7
8
9
11 #include <sasl/sasl.h>
12
13
14 int sasl_log_t(void *context,
15 int level,
16 const char * message);
17
18
20 sasl_log_t is used to log warning/error messages from the SASL library.
21 If not specified syslog will be used.
22
24 SASL callback functions should return SASL return codes. See sasl.h for
25 a complete list. SASL_OK indicates success.
26
27
29 RFC 4422
30
32 sasl(3), sasl_callbacks(3), sasl_errors(3)
33
34
35
36SASL 10 July 2001 sasl_log_t(3)