Interface LoggerNameAwareMessage
- All Known Implementing Classes:
LocalizedMessage
public interface LoggerNameAwareMessage
Message that is interested in the name of the Logger.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the Logger.voidsetLoggerName(String name) The name of the Logger.
-
Method Details
-
setLoggerName
-
getLoggerName
-