sokol.log

Machine generated D bindings for Sokol library.

Generated on: 2025-06-15 12:55:08

Source header: sokol_log.h Module: sokol.log

Do not edit manually; regenerate using gen_d.py.

Members

Aliases

func
alias func = slog_func

Plug this function into the 'logger.func' struct item when initializing any of the sokol headers. For instance for sokol_audio.h it would look like this:

Functions

slog_func
void slog_func(const(char)* tag, uint log_level, uint log_item, const(char)* message, uint line_nr, const(char)* filename, void* user_data)

Plug this function into the 'logger.func' struct item when initializing any of the sokol headers. For instance for sokol_audio.h it would look like this:

Meta