org.apache.logging.log4j.message
Interface LoggerNameAwareMessage

All Known Implementing Classes:
LocalizedMessage

public interface LoggerNameAwareMessage

Message that is interested in the name of the Logger.


Method Summary
 String getLoggerName()
          Returns the name of the Logger.
 void setLoggerName(String name)
          The name of the Logger.
 

Method Detail

setLoggerName

void setLoggerName(String name)
The name of the Logger.

Parameters:
name - The name of the Logger.

getLoggerName

String getLoggerName()
Returns the name of the Logger.

Returns:
The name of the Logger.


Copyright © 1999-2015 Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.