I would think an option to silence would be ok if off by default. I
wouldn't want it, but some may.
As for the return, empty would be better than partial as that may open bad
values - not sure that could be abused, but if an attacker figured out the
limit, they may be able to craft something bad t
Anyone else building DLLs in Windows environment?
I'm seeing lots of warnings in VS 2019. Wondering if these should be
disabled or a note added about ignoring them.
Or perhaps I'm doing something wrong in my cmake build:
cmake -DCMAKE_GENERATOR_PLATFORM=x64 -DCMAKE_BUILD_TYPE=Release
-DCMAKE_INS
It only supports UDP at the current time.
On Mon, Apr 19, 2021 at 9:48 AM Amartya Sengupta
wrote:
> Hi,
>
> Does the log4cxx library have support for syslog over TCP and/or
> TLS(https)?
>
> From the documentation, it looks like it is not supported on TLS but TCP is
> supported.
> Or is it only
First I wanted to say thank you to everyone who has worked to revive
log4cxx. And to those who have also worked to bring back the Windows side
with cmake and testing; it's a lot of work and very much appreciated.
We've been using log4cxx for a while and have a few additions we'd like to
contribute