YLOG_LEVEL¶
Enum Definition¶
1 2 3 4 5 6 7 8 9 | |
1 2 3 4 5 6 7 8 9 | |
Function Description¶
Log Level
Member Description¶
| Enum name | Value | Remark |
|---|---|---|
| YLOG_FATAL | 0 | Serious Error |
| YLOG_ERROR | 1 | Mistake |
| YLOG_WARN | 2 | Warn |
| YLOG_INFO | 3 | Information |
| YLOG_DEBUG | 4 | Debug |
| YLOG_BUFF | 5 | Bit Stream |