Class StdDebugFile
- java.lang.Object
-
- com.sun.identity.shared.debug.file.impl.StdDebugFile
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StdDebugFilegetInstance()Get std out debug filestatic voidprintError(String debugName, String message, Throwable ex)Printing error directly into the stdout.voidwriteIt(String prefix, String msg, Throwable th)Write message into file
-
-
-
Method Detail
-
getInstance
public static StdDebugFile getInstance()
Get std out debug file- Returns:
- std debug file
-
writeIt
public void writeIt(String prefix, String msg, Throwable th) throws IOException
Description copied from interface:DebugFileWrite message into file- Specified by:
writeItin interfaceDebugFile- Parameters:
prefix- Message prefixmsg- Message to be recorded.th- the optionaljava.lang.Throwablewhich if present will be used to record the stack trace.- Throws:
IOException
-
-