apache / logging-log4cxx

Apache Log4cxx is a C++ port of Apache Log4j
http://logging.apache.org/log4cxx
Apache License 2.0
278 stars 122 forks source link

[Feature Request]: ECS compliant logs support in log4cxx #428

Closed rkay-dev closed 1 week ago

rkay-dev commented 1 week ago

Hi, I would like to propose a feature request to add a layout to support ecs compliant logs just like the ecsencoder in java. Is there any task in progress for this or is it in the coming milestones?

rm5248 commented 1 week ago

There is noting currently in progress for ECS logs, as it is not a feature that anybody has asked for.

If you are interested in trying to add it yourself, take a look at the JSONLayout class that already exists.

rkay-dev commented 1 week ago

There is noting currently in progress for ECS logs, as it is not a feature that anybody has asked for.

If you are interested in trying to add it yourself, take a look at the JSONLayout class that already exists.

okay. i have written one such layout myself to use in one of my projects. thought adding that in the OSS would enhance the robustness of the library and make it versatile