warning method
warning
Writes warning log message; Warning log messages provides information about unexpected and recoverable event in application flow.
def warning(self, message):
...
Parameter | Type | Description |
---|---|---|
message | str | The warning message. |
Exceptions
Exception | Description |
---|---|
ArgumentNullException | Thrown when message is null. |
See Also
- module
groupdocs.merger.logging
- class
ILogger