Re: [Log4cplus-devel] Reliable/non-lossy TCP appender
Logging Framework for C++
Brought to you by:
wilx
From: Václav H. <vha...@gm...> - 2017-02-28 09:43:14
|
On 28 February 2017 at 10:21, Matej Sekoranja <mat...@gm...> wrote: Hi all, > > I am searching for TCP based remote logging (log4j format) that is not > lossy, e.g. it does not simply drop logs if server is unavailable/buffers > full. As a fallback, another appender can be used. > In addition, it would be nice to have logs sent over the wire in bulk (not > one by one). > Anything like this exists? Or needs to be implemented? > I am personally not aware of any such implementation. Log4cplus only has limited Log4jUdpAppender. -- VH |