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

Markers examples in JavaDoc makes use of deprecated constructs #463

Closed
brenuart opened this issue Jan 1, 2021 · 0 comments
Closed

Markers examples in JavaDoc makes use of deprecated constructs #463

brenuart opened this issue Jan 1, 2021 · 0 comments
Milestone

Comments

@brenuart
Copy link
Collaborator

brenuart commented Jan 1, 2021

The JavaDoc at Markers#L35 gives the following example:

 * logger.info(append("name1", "value1").with(append("name2", "value2")), "log message");

However, it appears that the with() construct is deprecated in favour of and(). May the example should be reviewed to conform to the "current" way of composing markers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants