it currently only puts out everything to stdout. Is able to accept listeners who will get the syslog notes as well. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5340 a95241bf-73f2-0310-859d-f6bbb57e9c96
13 lines
301 B
C
13 lines
301 B
C
/*
|
|
** Copyright 2003, Axel Dörfler, [email protected]. All rights reserved.
|
|
** Distributed under the terms of the OpenBeOS License.
|
|
*/
|
|
#ifndef _SYSLOG_OUTPUT_H_
|
|
#define _SYSLOG_OUTPUT_H_
|
|
|
|
#include "SyslogDaemon.h"
|
|
|
|
void init_syslog_output(SyslogDaemon *daemon);
|
|
|
|
#endif /* _SYSLOG_OUTPUT_H_ */
|