Warning
ConsoleLogger.Warning method
Writes a warning message to the console. Warning log messages provide information about unexpected and recoverable events in application flow.
public void Warning(string message)
Parameter | Type | Description |
---|---|---|
message | String | The warning message. |
Exceptions
exception | condition |
---|---|
ArgumentNullException | Thrown when message is null. |
See Also
- class ConsoleLogger
- namespace GroupDocs.Viewer.Logging
- assembly GroupDocs.Viewer