JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Module
org.slf4j
Package
org.slf4j.spi
Interface LoggingEventAware
public interface
LoggingEventAware
A logger capable of logging from org.slf4j.event.LoggingEvent implements this interface.
Since:
2.0.0
Author:
Ceki Gulcu
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
log
(
LoggingEvent
event)
Method Details
log
void
log
(
LoggingEvent
event)