-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #4567 - StdErrLog cleanup and final Arg Throwable support
Checkstyle fixes ... + Log.__loggers now Log.LOGGERS + Log.__props now Log.PROPS + StdErrLog.__tagpad now StdErrLog.THREADNAME_PADDING + StdErrLog.__source now StdErrLog.SOURCE + StdErrLog.__long now StdErrLog.LONG_CLASSNAMES + StdErrLog.__escape now StdErrLog.ESCAPE_CONTROL_CHARS + Removed redundant "public" modifier on Log interface methods New code ... + New Log.getProperty(String key, String defaultValue) Used by JavaUtilLog, JettyLogHandler, and StdErrLog + New StdErrLog.getConfiguredLevel() + New StrErrLog.println(String) used to write StringBuilder to configured PrintStream Removed code ... + Removed deprecated prop check in StdErrLog initialization Cleanup and Corrected code ... + StdErrLog.setDebugEnabled(boolean) cleanup + StdErrLog._stderr is now used and is never null + Only one StdErrLog.format() method entry point + StdErrLog.format(StringBuilder, Throwable) now called .formatCause(StringBuilder, Throwable, String) Signed-off-by: Joakim Erdfelt <[email protected]>
- Loading branch information
Showing
6 changed files
with
193 additions
and
170 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.