From 30e820d86135f14ae495598cf5c4e236a4de36b7 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 2 Aug 2012 17:09:25 +0000 Subject: The initial SYLOG device logic was valiant but yet still not enough git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4998 7fd9a85b-ad96-42d3-883c-3090e2eb8679 --- nuttx/include/nuttx/syslog.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'nuttx/include') diff --git a/nuttx/include/nuttx/syslog.h b/nuttx/include/nuttx/syslog.h index 73aa3c553..89d0c7267 100644 --- a/nuttx/include/nuttx/syslog.h +++ b/nuttx/include/nuttx/syslog.h @@ -97,8 +97,11 @@ extern "C" { * Name: syslog_initialize * * Description: - * Initialize to use the character device at CONFIG_SYSLOG_DEVPATH as the - * SYSLOG. + * Initialize to use the character device (or file) at + * CONFIG_SYSLOG_DEVPATH as the SYSLOG sink. + * + * NOTE that this implementation excludes using a network connection as + * SYSLOG device. That would be a good extension. * ****************************************************************************/ -- cgit v1.2.3