client_log_level Enumeration
Specifies what types of messages to write to the log.
enum client_log_level;
Members
Values
Name | Description |
---|---|
log_level_error |
Output error-handling messages. |
log_level_informational |
Output informational messages, warnings, and error-handling messages. |
log_level_off |
Output no tracing and debugging messages. |
log_level_verbose |
Output all debugging and tracing messages. |
log_level_warning |
Output warnings and error-handling messages. |
Requirements
Header: common.h
Namespace: azure::storage