|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.loggers.debug.DebugMessageFormatter
public class DebugMessageFormatter
This class is responsible for formatting messages and replacing format tokens with the text value of message arguments in debug logging records.
Constructor Summary | |
---|---|
DebugMessageFormatter()
|
Method Summary | |
---|---|
static java.lang.String |
format(java.lang.String msg,
java.lang.Object[] msgArgs)
Format the message format string with the provided arguments. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DebugMessageFormatter()
Method Detail |
---|
public static java.lang.String format(java.lang.String msg, java.lang.Object[] msgArgs)
msg
- the message format string to be formatted.msgArgs
- the arguments to use when replacing tokens in the message.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |