Skip to content

Commit

Permalink
Merge pull request #307 from radio-rogal/slf4j-564-simple-logger-javadoc
Browse files Browse the repository at this point in the history
[SLF4J-564] slf4j-simple: fix javadoc for SimpleLogger
  • Loading branch information
ceki committed Sep 21, 2022
2 parents 0645c18 + 768ca7d commit bb49a5a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions slf4j-simple/src/main/java/org/slf4j/simple/SimpleLogger.java
Expand Up @@ -357,9 +357,11 @@ public boolean isErrorEnabled() {
* This is our internal implementation for logging regular (non-parameterized)
* log messages.
*
* @param level One of the LOG_LEVEL_XXX constants defining the log level
* @param message The message itself
* @param t The exception whose stack trace should be logged
* @param level One of the LOG_LEVEL_XXX constants defining the log level
* @param marker The marker to be used for this event, may be null.
* @param messagePattern The message pattern which will be parsed and formatted
* @param arguments The array of arguments
* @param t The exception whose stack trace should be logged
*/
@Override
protected void handleNormalizedLoggingCall(Level level, Marker marker, String messagePattern, Object[] arguments, Throwable t) {
Expand Down

0 comments on commit bb49a5a

Please sign in to comment.