warning method
warning
Logs a warning that occurred during redaction process.
def warning(self, message):
...
Parameter | Type | Description |
---|---|---|
message | str | The warning message. |
See Also
- module
groupdocs.redaction.options
- class
ILogger
Logs a warning that occurred during redaction process.
def warning(self, message):
...
Parameter | Type | Description |
---|---|---|
message | str | The warning message. |
groupdocs.redaction.options
ILogger