ReactOS 0.4.17-dev-684-ga6524ef
log.h File Reference
This graph shows which files directly or indirectly include this file:

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 Documentation

◆ uacpi_log_level

Enumeration Type Documentation

◆ 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.

7 {
13
19
25
30
uacpi_log_level
Definition: log.h:7
@ UACPI_LOG_INFO
Definition: log.h:24
@ UACPI_LOG_TRACE
Definition: log.h:18
@ UACPI_LOG_DEBUG
Definition: log.h:12
@ UACPI_LOG_ERROR
Definition: log.h:35
@ UACPI_LOG_WARN
Definition: log.h:29