|
ArvernOS
|
This is the general kernel logging module. More...
This is the general kernel logging module.
In release mode, the logging levels available are:
In debug mode, the following additional logging levels are available:
ENABLE_KERNEL_DEBUG set to 0.Each kernel module should ideally have its own logging header that depends on this one. The main use case is to have more configurable loggers that can be enabled/disabled depending on the needs.