You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/04/08 16:42:09 UTC

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #3469: syslog: syslog_device ops are handled internally by the driver.

gustavonihei commented on a change in pull request #3469:
URL: https://github.com/apache/incubator-nuttx/pull/3469#discussion_r609893470



##########
File path: drivers/syslog/syslog_device.c
##########
@@ -751,3 +673,127 @@ int syslog_dev_flush(FAR struct syslog_channel_s *channel)
 
   return OK;
 }
+
+/****************************************************************************
+ * Public Functions
+ ****************************************************************************/
+
+/****************************************************************************
+ * Name: syslog_dev_initialize
+ *
+ * Description:
+ *   Initialize to use the character device (or file) at
+ *   CONFIG_SYSLOG_DEVPATH as the SYSLOG sink.
+ *
+ *   One power up, the SYSLOG facility is non-existent or limited to very

Review comment:
       ```suggestion
    *   On power up, the SYSLOG facility is non-existent or limited to very
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org