public final class Slf4jUtils
extends Object
Miscellaneous utility methods for Slf4J.
-
Constructor Summary
Constructors
-
Method Summary
static void
log(org.slf4j.Logger logger,
org.slf4j.event.Level level,
String format,
Object... arguments)
Simple logging based on the specified parameters.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Slf4jUtils
public Slf4jUtils()
-
Method Details
-
log
public static void log(org.slf4j.Logger logger,
org.slf4j.event.Level level,
String format,
Object... arguments)
Simple logging based on the specified parameters.
- Parameters:
logger - The logger
level - The level
format - The message format
arguments - The arguments