You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the SimpleLogger.log() method, there's this whole thing that reads the string and gives it additional information. Practically every other system out there uses printf-style formatting, which is provided by String.format. Is there a reason you chose not to use this?
The text was updated successfully, but these errors were encountered:
I was being silly. Can you patch this in logger?
On May 3, 2014 9:10 AM, "Jack" [email protected] wrote:
In the SimpleLogger.log() method, there's this whole thing that reads the
string and gives it additional information. Practically every other system
out there uses printf-style formatting, which is provided by String.format.
Is there a reason you chose not to use this?
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/2
.
In the SimpleLogger.log() method, there's this whole thing that reads the string and gives it additional information. Practically every other system out there uses
printf
-style formatting, which is provided byString.format
. Is there a reason you chose not to use this?The text was updated successfully, but these errors were encountered: