public final class Slf4jLogMessageContext
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
org.slf4j.event.Level |
getLevel()
Returns log
Level for the log message associated with this context. |
org.slf4j.Logger |
getLogger()
Returns the
Logger instance associated with this context. |
java.lang.String |
getName()
Returns the name of the
Logger associated with this context. |
public org.slf4j.Logger getLogger()
Logger instance associated with this context.Logger instance associated with this context.public org.slf4j.event.Level getLevel()
Level for the log message associated with this context.Level for log message associated with this context.public java.lang.String getName()
Logger associated with this context.Logger associated with this context.