org.elasticsearch.common.logging.support
Class LoggerMessageFormat

java.lang.Object
  extended by org.elasticsearch.common.logging.support.LoggerMessageFormat

public class LoggerMessageFormat
extends Object


Constructor Summary
LoggerMessageFormat()
           
 
Method Summary
static String format(String messagePattern, Object... argArray)
           
static String format(String prefix, String messagePattern, Object... argArray)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggerMessageFormat

public LoggerMessageFormat()
Method Detail

format

public static String format(String messagePattern,
                            Object... argArray)

format

public static String format(String prefix,
                            String messagePattern,
                            Object... argArray)


Copyright © 2009-2012. All Rights Reserved.