public interface IOutput
Modifier and Type | Method and Description |
---|---|
void |
printError(String str)
Prints error.
|
void |
printlnError(String str)
Prints error with new line.
|
void |
printlnMessage(String str)
Prints message with new line.
|
void |
printMessage(String str)
Prints message.
|
void printMessage(String str)
str
- Message string.void printlnMessage(String str)
str
- Message string.void printError(String str)
str
- Error message string.void printlnError(String str)
str
- Error message string.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.