History log of /haiku/src/servers/syslog_daemon/SyslogDaemon.h
Revision Date Author Comments
# ba56491e 27-Sep-2021 Augustin Cavalier <waddlesplash@gmail.com>

syslog_daemon: Use BServer and do not connect to app_server.

axeld did all the hard work in 4bf862e3689b034d4e44cf94c5e50fe7ae05aee3
but did not actually change the instantiation to use BServer. We now
do that, and pass "false" for "initGUI" to avoid connecting to app_server,
as syslog_daemon never does anything GUI related.


# 4bf862e3 21-Apr-2015 Axel Dörfler <axeld@pinc-software.de>

syslog_daemon: Converted to BServer.

* Instead of letting the kernel search for the syslog port, the
daemon now registers itself with the kernel (which even solves
a TODO).
* A port is created for the actual log messages from the launch_daemon,
and used on start.
* However, the SyslogTest does not yet work, due to the BMessage <->
KMessage communication problems.


# e489a80d 15-Apr-2015 Axel Dörfler <axeld@pinc-software.de>

syslog_daemon: Style cleanups, no functional change.


# 95f0fd90 12-Nov-2003 Axel Dörfler <axeld@pinc-software.de>

Implemented the syslog_daemon. Actual syslog output is not yet implemented;
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


# 4bf862e3689b034d4e44cf94c5e50fe7ae05aee3 21-Apr-2015 Axel Dörfler <axeld@pinc-software.de>

syslog_daemon: Converted to BServer.

* Instead of letting the kernel search for the syslog port, the
daemon now registers itself with the kernel (which even solves
a TODO).
* A port is created for the actual log messages from the launch_daemon,
and used on start.
* However, the SyslogTest does not yet work, due to the BMessage <->
KMessage communication problems.


# e489a80da0c0f31252608d97fad89277f9018d2d 15-Apr-2015 Axel Dörfler <axeld@pinc-software.de>

syslog_daemon: Style cleanups, no functional change.


# 95f0fd901000d4488ebe9df9ef55fecf6c7ebe01 12-Nov-2003 Axel Dörfler <axeld@pinc-software.de>

Implemented the syslog_daemon. Actual syslog output is not yet implemented;
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