apache / logging-log4j-tools

Tools internally used by the Apache Log4j project
https://logging.apache.org/log4j/tools
Apache License 2.0
14 stars 18 forks source link

Support multiple templates in `log4j-docgen:generate-documentation` #122

Closed vy closed 6 months ago

vy commented 6 months ago

Adds support for multiple templates in the log4j-docgen:generate-documentation configuration. In the presence of multiple templates, some templates might decide to not generate content conditionally. To accommodate that use case, add stop() FreeMarker method.