|
ReactOS 0.4.17-dev-684-ga6524ef
|

Go to the source code of this file.
Typedefs | |
| typedef enum uacpi_log_level | uacpi_log_level |
Enumerations | |
| enum | uacpi_log_level { UACPI_LOG_DEBUG = 5 , UACPI_LOG_TRACE = 4 , UACPI_LOG_INFO = 3 , UACPI_LOG_WARN = 2 , UACPI_LOG_ERROR = 1 } |
| typedef enum uacpi_log_level uacpi_log_level |
| Enumerator | |
|---|---|
| UACPI_LOG_DEBUG | Super verbose logging, every op & uop being processed is logged. Mostly useful for tracking down hangs/lockups. |
| UACPI_LOG_TRACE | A little verbose, every operation region access is traced with a bit of extra information on top. |
| UACPI_LOG_INFO | Only logs the bare minimum information about state changes and/or initialization progress. |
| UACPI_LOG_WARN | Logs recoverable errors and/or non-important aborts. |
| UACPI_LOG_ERROR | Logs only critical errors that might affect the ability to initialize or prevent stable runtime. |
Definition at line 7 of file log.h.