Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 553 Bytes

LogLevel.md

File metadata and controls

13 lines (9 loc) · 553 Bytes

LogLevel

Level of the log. Possible values are info, warning, and error.

Properties

Name Type Description Notes
INFO LogLevel Represented in Python as "info"
WARNING LogLevel Represented in Python as "warning"
ERROR LogLevel Represented in Python as "error"

[Back to Model list] [Back to API list] [Back to README]