eXo Kernel :: Commons Utils 2.4.13-GA

org.exoplatform.services.log.impl
Class LogMessageFormatter

java.lang.Object
  extended by org.exoplatform.services.log.impl.LogMessageFormatter

public class LogMessageFormatter
extends Object

Simple class to provide format parsing of log messages similar to what slf4j library does.

Author:
Dmitry Kuleshov

Constructor Summary
LogMessageFormatter()
           
 
Method Summary
static String getMessage(String str, Object... argsArray)
           
static Throwable getThrowable(Object... argsArray)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogMessageFormatter

public LogMessageFormatter()
Method Detail

getMessage

public static String getMessage(String str,
                                Object... argsArray)

getThrowable

public static Throwable getThrowable(Object... argsArray)

eXo Kernel :: Commons Utils 2.4.13-GA

Copyright © 2015 eXo Platform SAS. All Rights Reserved.