Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.openwrt.org/project/libubox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ulog.h
AgeCommit message (Collapse)Author
2023-11-28udebug: add ulog supportJohn Crispin
Make ulog able to also log via udebug. Signed-off-by: John Crispin <john@phrozen.org> Signed-off-by: Felix Fietkau <nbd@nbd.name>
2019-06-16libubox: add format string checking to ulog()Kristupas Savickas
This offers an increased level of security, as the arguments will be checked for validity against the format string at compile time. The format attribute is supported by both GCC and Clang, so there shouldn't be any portability issues. Signed-off-by: Kristupas Savickas <savickas.kristupas@gmail.com>
2015-02-26ulog: introduce new simple logging apiJo-Philipp Wich
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>
2012-05-26remove ulog.h, afaics nothing uses itFelix Fietkau
2010-10-13Initial importFelix Fietkau