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
DebugFile
writeIt
in interface DebugFile
prefix
- Message prefixmsg
- Message to be recorded.th
- the optional java.lang.Throwable
which if
present will be used to record the stack trace.IOException
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.