summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/libwellenreiter/docs/wl_log.8
blob: 00262bd5e58fcbf51d4d6870a3010eb8f9df71a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
wl_log

#include <wellenreiter/wl_log.hh>

void wl_loginfo(const char *string, ...)
void wl_logerr(const char *string, ...)

wl_loginfo() and wl_err() write string to syslog(), 
either to INFO or to ERR.

no return values