mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-06 06:43:21 +08:00
Add logic to re-direct debug output to a sysloggin device
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4381 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
@@ -2453,4 +2453,7 @@
|
||||
* drivers/ramlog.c: Add a character driver that can substitute
|
||||
for /dev/console and or be used for logging debug output when there
|
||||
is no serial port available (such as when a telnet console is used).
|
||||
* lib/stdio/lib_syslogstream: Add a stream object that will be used to
|
||||
re-direct all debug output to the RAM log if CONFIG_SYSLOG and
|
||||
CONFIG_RAMLOG_SYSLOG are defined.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user