ppkarwasz commented on issue #1955: URL: https://github.com/apache/logging-log4j2/issues/1955#issuecomment-1806540019
The main plan here is to have a documentation like Maven plugins (e.g. [Maven Compiler Plugin](https://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html)). These are generated without a single line of text (besides the `*.java` files). I would like something like this for each plugin: | Parameter | Type | Description | |-----------------|---------|------------------| | direct | boolean | Specifies whether to use `System.out/err` or the file descriptors | | layout | Layout | The layout to use. Common layouts: list of links. (all layouts link) | The XSD will be a byproduct of this process, but the metadata must be a little bit larger: in February-March we plan to write an online configuration builder/validation tool. This tool might also spit up a list of Maven dependencies required by the configuration. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
