warning method
Leave feedback
On this page
Writes warning message to the console; Warning log messages provide information about the unexpected and recoverable event in application flow.
def warning(self, message):
...
| Parameter | Type | Description |
|---|---|---|
| message | System.String | The warning message. |
| Exception | Description |
|---|---|
| ArgumentNullException | Thrown when message is null. |
- module
groupdocs.signature.logging - class
FileLogger
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.