public interface DebugFileProvider
Modifier and Type | Method and Description |
---|---|
DebugFile |
getInstance(String debugName)
Returns an instance of
IDebugFile . |
DebugFile |
getStdOutDebugFile()
Returns an instance of
IDebugFile linked with stdout. |
DebugFile getInstance(String debugName)
IDebugFile
.debugName
- name of the debug instance which will be returned.IDebugFile
type known by the given
debugName
value.DebugFile getStdOutDebugFile()
IDebugFile
linked with stdout.IDebugFile
for stdoutCopyright © 2010–2025 Open Identity Platform Community. All rights reserved.