org.apache.logging.log4j.message
Class StringFormatterMessageFactory

java.lang.Object
  extended by org.apache.logging.log4j.message.AbstractMessageFactory
      extended by org.apache.logging.log4j.message.StringFormatterMessageFactory
All Implemented Interfaces:
Serializable, MessageFactory

public final class StringFormatterMessageFactory
extends AbstractMessageFactory

Enables use of Formatter strings in message strings.

Creates StringFormattedMessage instances for newMessage(String, Object...).

This class is immutable.

Version:
$Id: StringFormatterMessageFactory.java 1548155 2013-12-05 14:43:40Z ggregory $
See Also:
Serialized Form

Field Summary
static StringFormatterMessageFactory INSTANCE
          Instance of StringFormatterMessageFactory.
 
Constructor Summary
StringFormatterMessageFactory()
           
 
Method Summary
 Message newMessage(String message, Object... params)
          Creates StringFormattedMessage instances.
 
Methods inherited from class org.apache.logging.log4j.message.AbstractMessageFactory
newMessage, newMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final StringFormatterMessageFactory INSTANCE
Instance of StringFormatterMessageFactory.

Constructor Detail

StringFormatterMessageFactory

public StringFormatterMessageFactory()
Method Detail

newMessage

public Message newMessage(String message,
                          Object... params)
Creates StringFormattedMessage instances.

Specified by:
newMessage in interface MessageFactory
Specified by:
newMessage in class AbstractMessageFactory
Parameters:
message - The message pattern.
params - The parameters to the message.
Returns:
The Message.
See Also:
MessageFactory.newMessage(String, Object...)


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.