Skip to main content

Module log

Module log 

Source
Expand description

Logging subsystem

Mirrors src/core/log.h and src/core/log.c.

Enums§

LogLevel
Log levels.

Functions§

log
Log a message at the given level.
set_callback
Set a custom log callback.
set_level
Set the minimum log level.

Type Aliases§

LogFn
Log callback function type.