palantir-java-format icon indicating copy to clipboard operation
palantir-java-format copied to clipboard

Special case log.*

Open dansanduleac opened this issue 4 years ago • 0 comments

What happened?

String.format is special cased such that parameters can be on their own line. However there is no special handling for log methods.

What did you want to happen?

We should do the same for logging methods on org.slf4j.Logger, such that arguments (except exception) can stay on the same line if they fit.

dansanduleac avatar Oct 19 '19 14:10 dansanduleac