Package org.apache.logging.log4j.message
Interface LoggerNameAwareMessage
-
- All Known Implementing Classes:
LocalizedMessage
public interface LoggerNameAwareMessageMessage that is interested in the name of the Logger.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetLoggerName()Returns the name of the Logger.voidsetLoggerName(java.lang.String name)The name of the Logger.
-