Am I right in assuming the following: To use a syslog in an RTEMS application, I have to import syslog.h, implement the syslog() call myself and then have some syslog daemon that writes the data to a file (assuming I want the log to be in a file)? Richard