Uses of Class
org.slf4j.helpers.NormalizedParameters
-
Packages that use NormalizedParameters Package Description org.slf4j.helpers Helper classes. -
-
Uses of NormalizedParameters in org.slf4j.helpers
Methods in org.slf4j.helpers that return NormalizedParameters Modifier and Type Method Description static NormalizedParametersNormalizedParameters. normalize(String msg, Object[] arguments, Throwable t)This method serves to normalize logging call invocation parameters.static NormalizedParametersNormalizedParameters. normalize(LoggingEvent event)Methods in org.slf4j.helpers with parameters of type NormalizedParameters Modifier and Type Method Description static StringMessageFormatter. basicArrayFormat(NormalizedParameters np)
-