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

Fallback behavior for inadvertent string formatters in log messages #9

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Because semi-colons are important. Don't blame me, I edited this with…

… VIM and wasn't paying attention.
  • Loading branch information
josefdlange committed May 8, 2016
commit 89ce93a55d992588018cfa077d15c6e7f6730d54
@@ -21,7 +21,7 @@
import java.io.PrintWriter;
import java.io.StringWriter;

import java.util.MissingFormatArgumentException
import java.util.MissingFormatArgumentException;

/**
* A <a href="https://github.com/JakeWharton/timber">Timber</a> tree that posts
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.