]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: log: Provide a function to emit a log for an application
authorChristopher Faulet <cfaulet@haproxy.com>
Sun, 11 Aug 2019 17:40:12 +0000 (19:40 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 17 Sep 2019 08:18:54 +0000 (10:18 +0200)
commit5c6fefc8ebe7e1d10fb7a8befd9ba93879fa4a03
tree55c6b8286627102bd905d7add2fdeff7e4985be0
parent130cf2170992647b21a635b8e7b4ff0a8cb3b5ac
MINOR: log: Provide a function to emit a log for an application

Application is a generic term here. It is a modules which handle its own log
server list, with no dependency on a proxy. Such applications can now call the
function app_log() to log messages, passing a log server list and a tag as
parameters. Internally, the function __send_log() has been adapted accordingly.
include/proto/log.h
src/log.c