Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a Learn Log4j in under 2 minutes! page #2507

Closed
vy opened this issue Apr 24, 2024 · 1 comment · Fixed by #2556
Closed

Create a Learn Log4j in under 2 minutes! page #2507

vy opened this issue Apr 24, 2024 · 1 comment · Fixed by #2556
Assignees
Labels
documentation Pull requests or issues that affect documentation

Comments

@vy
Copy link
Member

vy commented Apr 24, 2024

As agreed in the site structure document, create a "Learn 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
@vy vy added the documentation Pull requests or issues that affect documentation label Apr 24, 2024
@vy vy added this to the 2.x milestone Apr 24, 2024
@vy vy changed the title Create a _"Log4j in under 2 minutes!"_ page Create a Log4j in under 2 minutes! page Apr 24, 2024
@vy vy changed the title Create a Log4j in under 2 minutes! page Create a Learn Log4j in under 2 minutes! page Apr 24, 2024
@vy vy removed this from the 2.x milestone Apr 24, 2024
@vy vy self-assigned this May 1, 2024
@vy vy closed this as completed in #2556 May 2, 2024
@grobmeier
Copy link
Member

Added some changes with:
85c61ca
e6ef19f
69169e6
e6ef19f
261b894

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Pull requests or issues that affect documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants