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

Recipe to combine sequences of logging invocations into single invocation #94

Open
sambsnyd opened this issue Mar 7, 2023 · 0 comments
Labels
recipe Recipe Requested

Comments

@sambsnyd
Copy link
Member

sambsnyd commented Mar 7, 2023

It is inefficient to have sequences of logger invocations at the same level:

logger.info("foo");
logger.info("bar");

These would be better combined into a single invocation

@sambsnyd sambsnyd added the recipe Recipe Requested label Mar 7, 2023
@sambsnyd sambsnyd moved this to Recipes Wanted in OpenRewrite Mar 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
recipe Recipe Requested
Projects
Status: Recipes Wanted
Development

No branches or pull requests

1 participant