Interface LogSpi
public interface LogSpi
Logging 'Service Provider Interface'.
-
Method Summary
-
Method Details
-
log
Log given the class, level, message, and exception.- Parameters:
clazz
- Class that logging.level
- the level at which to log.message
- optional message to send to the log.ex
- optional exception at logging point.
-
isLoggable
Determines if the it should be logged based on Class and Level.
-