1SASL_LOG_T(3) Cyrus SASL SASL_LOG_T(3)
2
3
4
6 sasl_log_t - Cyrus SASL documentation
7
9 #include <sasl/sasl.h>
10
11 int sasl_log_t(void *context,
12 int level,
13 const char * message);
14
16 int sasl_log_t(void *context,
17
18 int level,
19
20 const char * message);
21
22 sasl_log_t is used to log warning/error messages from the
23 SASL library. If not specified syslog will be used.
24
26 SASL callback functions should return SASL return codes. See sasl.h
27 for a complete list. SASL_OK indicates success.
28
30 RFC 4422,:saslman:sasl(3), sasl_callbacks(3), sasl_errors(3)
31
33 The Cyrus Team
34
36 1993-2016, The Cyrus Team
37
38
39
40
412.1.27 January 29, 2018 SASL_LOG_T(3)