MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / syslog_ctrl

Function syslog_ctrl

components/lwp/lwp_syscall.c:2509–2512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2507}
2508
2509rt_weak int syslog_ctrl(int type, char *buf, int len)
2510{
2511 return -EINVAL;
2512}
2513
2514/**
2515 * @brief Sends a log message to the system log.

Callers 1

sys_syslogFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected