ulog: introduce new simple logging api
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 25 Feb 2015 19:42:03 +0000 (20:42 +0100)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 26 Feb 2015 09:43:56 +0000 (10:43 +0100)
commitca6d5472056ceee4b8ab320167e0ae8155a95985
treec03607ff592c76a051abfad6d65f6c1093c9ae57
parent827ad8337e88ec9e0bf73a8af1d6cf8555e8ef3d
ulog: introduce new simple logging api

The ulog api is intended to be used by procd, fstools, ubox etc. to provide
a generic logging api for early boot messages and automatic switching between
syslog / kmsg / stdout depending on the way the process is executed.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
CMakeLists.txt
ulog.c [new file with mode: 0644]
ulog.h [new file with mode: 0644]