warning method
warning
Logs a warning that occurred during data extraction.
def warning(self, message):
...
| Parameter | Type | Description |
|---|---|---|
| message | System.String | The warning message. |
See Also
- module
groupdocs.parser.options - class
ILogger
Logs a warning that occurred during data extraction.
def warning(self, message):
...
| Parameter | Type | Description |
|---|---|---|
| message | System.String | The warning message. |
groupdocs.parser.optionsILogger