ppkarwasz commented on issue #1955: URL: https://github.com/apache/logging-log4j2/issues/1955#issuecomment-1845875643
> This translates to > > ``` > plugins --(Log4j)--> XML --(Modello)--> XSD > ``` > > How would you compare this to the following? > > ``` > plugins --(Log4j)--> XSD > ``` Modello will only be used to generate code for XML serialization/deserialization and the model itself. Once that is done it will be: ``` Source code --(`log4j-plugins-processor`)--> XML --(`log4j-docgen`)--> XSD, Asciidoc et al. ``` -- 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]
