- NCSDK Python API 2.x
- Overview
- Enumerations
- Structures
- Global Functions
- Classes
class LogLevel(enum.Enum)
| Info | Value |
|---|---|
| Package | mvnc |
| Module | mvncapi |
| Version | 2.0 |
| See also | GlobalOption, global_set_option(), global_get_option() |
LogLevel is an enumeration that defines application logging levels, which can be read with global_get_option() or set with global_set_option().
| Enumeration Member | Description |
|---|---|
| DEBUG | Debug and above (full verbosity). |
| INFO | Info and above. |
| WARN | Warning and above (default). |
| ERROR | Errors and above. |
| FATAL | Fatal only. |