commit | 5c6fefc8ebe7e1d10fb7a8befd9ba93879fa4a03 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Sun Aug 11 19:40:12 2019 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue Sep 17 10:18:54 2019 +0200 |
tree | 55c6b8286627102bd905d7add2fdeff7e4985be0 | |
parent | 130cf2170992647b21a635b8e7b4ff0a8cb3b5ac [diff] |
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.