vy opened a new issue, #2507: URL: https://github.com/apache/logging-log4j2/issues/2507
As agreed in [the site structure document](https://docs.google.com/document/d/10Fu7oqDzdM_D6LbexzwX9arh51Tic7AGvkWTQrL6jjQ/edit), create a _"Log4j in under 2 minutes!"_ page with following goals in mind: - Outline: - `pom.xml` entries - `logger.info()` (and `logger.atInfo()`, i.e., the fluent API) - Don’t use `toString()` - Don’t `printStackTrace()` – use last argument - Don’t string concatenate – use parameters - My first `log4j2.xml` - Provide quick links to manual pages for next steps - Target `2.x`, port to `main` -- 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]
