| Modifier and Type | Method and Description |
|---|---|
static StdDebugFile |
getInstance()
Get std out debug file
|
static void |
printError(String debugName,
String message,
Throwable ex)
Printing error directly into the stdout.
|
void |
writeIt(String prefix,
String msg,
Throwable th)
Write message into file
|
public static StdDebugFile getInstance()
public void writeIt(String prefix, String msg, Throwable th) throws IOException
DebugFilewriteIt in interface DebugFileprefix - Message prefixmsg - Message to be recorded.th - the optional java.lang.Throwable which if
present will be used to record the stack trace.IOExceptionCopyright © 2010–2023 Open Identity Platform Community. All rights reserved.