Refactored Logger and LoggerContext classes.
We now construct the Object array to place the arguments of the parametrized logging only when the TurboFilters have been called. This makes the cost of not logging less expensive of about 20 nanos per request. The isDebugEnabled methods (and related isXXXEnabled() ) now call the TurboFilters before returning their result.
parent
739d9a7d
Please register or sign in to comment