public interface DebugLog
Modifier and Type | Method and Description |
---|---|
void |
log(String message)
Adds a message to the installation debug log.
|
void |
log(String message,
Throwable ex)
Adds a message and a stack trace to the debug log.
|
void log(String message)
message
- the message to add to the log.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.