summaryrefslogtreecommitdiff
path: root/nuttx/drivers/syslog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-01 15:09:47 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-01 15:09:47 -0600
commitd48c9449049f5797ae13d4464071869709c4adec (patch)
tree86fd091408937894d73a2733d5abfbeb37be117d /nuttx/drivers/syslog
parentb880602f00bafe2b53b6536d97a48ec4d3af412e (diff)
downloadpx4-nuttx-d48c9449049f5797ae13d4464071869709c4adec.tar.gz
px4-nuttx-d48c9449049f5797ae13d4464071869709c4adec.tar.bz2
px4-nuttx-d48c9449049f5797ae13d4464071869709c4adec.zip
SAMA5D4-EK: NSH configuration now has the RAMLOG enabled by default
Diffstat (limited to 'nuttx/drivers/syslog')
-rw-r--r--nuttx/drivers/syslog/README.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/nuttx/drivers/syslog/README.txt b/nuttx/drivers/syslog/README.txt
index 1bb5d5ea3..26fb43adf 100644
--- a/nuttx/drivers/syslog/README.txt
+++ b/nuttx/drivers/syslog/README.txt
@@ -2,9 +2,10 @@ drivers/syslog README File
==========================
This README file discusses the SYLOG drivers that can be found in the
-drivers/syslog directory. In NuttX, syslog output is equivalent to
-debug output and, therefore, the syslogging interfaces are defined in the
-header file include/debug.h.
+drivers/syslog directory. The syslogging interfaces are defined in the
+header file include/syslog.h. In NuttX, "syslog output" is really
+synonymous to "debug output" and, therefore, the debugging interfaces
+defined in the header file include/debug.h are also sysloggin interfaces.
By default, all system log output goes to console (/dev/console). But that
behavior can be changed by the defining CONFIG_SYSLOG in the NuttX