Class LogMessageFormatter
java.lang.Object
org.exoplatform.services.log.impl.LogMessageFormatter
Simple class to provide format parsing of log messages similar to what slf4j library does.
- Author:
- Dmitry Kuleshov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetMessage(String str, Object... argsArray) static ThrowablegetThrowable(Object... argsArray)
-
Constructor Details
-
LogMessageFormatter
public LogMessageFormatter()
-
-
Method Details
-
getMessage
-
getThrowable
-