jameswalmsley / bitthunder

BitThunder - Reliable, real time, portable, scalable, embedded operating system, RTOS.
http://bitthunder.org
Other
168 stars 48 forks source link

[SYSLOG] Update and extend the SYSLOG to support buffering and logging to files. #11

Open jameswalmsley opened 10 years ago

jameswalmsley commented 10 years ago

Currently the SYSLOG api (BT_kPrint() and BT_kDebug()) simply write immediately to the kernel console.

This should be extended to provide a fully featured syslog api, complete with syscall allowing applications to log to the system log.

jameswalmsley commented 10 years ago

This is dependent on #12