Uses of Interface
org.apache.logging.log4j.message.MessageFactory

Packages that use MessageFactory
org.apache.logging.log4j Public API for Log4j 2. 
org.apache.logging.log4j.message Public Message Types used for Log4j 2.0. 
org.apache.logging.log4j.simple Simple logging implementation. 
org.apache.logging.log4j.spi Internal interfaces and classes to be used by authors of logging implementations or for internal use by API classes. 
 

Uses of MessageFactory in org.apache.logging.log4j
 

Methods in org.apache.logging.log4j that return MessageFactory
 MessageFactory Logger.getMessageFactory()
          Gets the message factory used to convert message Objects and Strings into actual log Messages.
 

Methods in org.apache.logging.log4j with parameters of type MessageFactory
static Logger LogManager.getLogger(Class<?> clazz, MessageFactory messageFactory)
          Returns a Logger using the fully qualified name of the Class as the Logger name.
static Logger LogManager.getLogger(MessageFactory messageFactory)
          Returns a Logger with the name of the calling class.
static Logger LogManager.getLogger(Object value, MessageFactory messageFactory)
          Returns a Logger using the fully qualified class name of the value as the Logger name.
static Logger LogManager.getLogger(String name, MessageFactory messageFactory)
          Returns a Logger with the specified name.
 

Uses of MessageFactory in org.apache.logging.log4j.message
 

Classes in org.apache.logging.log4j.message that implement MessageFactory
 class AbstractMessageFactory
          Provides an abstract superclass for MessageFactory implementations with default implementations.
 class FormattedMessageFactory
          Creates FormattedMessage instances for FormattedMessageFactory.newMessage(String, Object...).
 class LocalizedMessageFactory
          Creates LocalizedMessage instances for LocalizedMessageFactory.newMessage(String, Object...).
 class MessageFormatMessageFactory
          Creates MessageFormatMessage instances for MessageFormatMessageFactory.newMessage(String, Object...).
 class ParameterizedMessageFactory
          Enables use of {} parameter markers in message strings.
 class StringFormatterMessageFactory
          Enables use of Formatter strings in message strings.
 

Uses of MessageFactory in org.apache.logging.log4j.simple
 

Methods in org.apache.logging.log4j.simple with parameters of type MessageFactory
 ExtendedLogger SimpleLoggerContext.getLogger(String name, MessageFactory messageFactory)
           
 

Constructors in org.apache.logging.log4j.simple with parameters of type MessageFactory
SimpleLogger(String name, Level defaultLevel, boolean showLogName, boolean showShortLogName, boolean showDateTime, boolean showContextMap, String dateTimeFormat, MessageFactory messageFactory, PropertiesUtil props, PrintStream stream)
           
 

Uses of MessageFactory in org.apache.logging.log4j.spi
 

Fields in org.apache.logging.log4j.spi with type parameters of type MessageFactory
static Class<? extends MessageFactory> AbstractLogger.DEFAULT_MESSAGE_FACTORY_CLASS
          The default MessageFactory class.
 

Methods in org.apache.logging.log4j.spi that return MessageFactory
 MessageFactory AbstractLogger.getMessageFactory()
          Gets the message factory.
 

Methods in org.apache.logging.log4j.spi with parameters of type MessageFactory
static void AbstractLogger.checkMessageFactory(ExtendedLogger logger, MessageFactory messageFactory)
          Checks that the message factory a logger was created with is the same as the given messageFactory.
 ExtendedLogger LoggerContext.getLogger(String name, MessageFactory messageFactory)
          Returns a Logger.
 

Constructors in org.apache.logging.log4j.spi with parameters of type MessageFactory
AbstractLogger(String name, MessageFactory messageFactory)
          Creates a new named logger.
ExtendedLoggerWrapper(ExtendedLogger logger, String name, MessageFactory messageFactory)
          Constructor that wraps and existing Logger.
 



Copyright © 1999-2014 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.