public interface DebugFile
The implementation of this interface as well as the
com.sun.identity.shared.debug.file.DebugFileProvider interface together
provide the necessary functionality to replace or enhance the Debug File service.
| Modifier and Type | Method and Description |
|---|---|
void |
writeIt(String prefix,
String msg,
Throwable th)
Write message into file
|
void writeIt(String prefix, String msg, Throwable th) throws IOException
prefix - 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.