debug_log


Description:

protected static void debug_log (string app_id, string? in_domain, LogLevelFlags level, string message)

Debug logging function that writes to ~/.cache/ollmchat/{app_id}.debug.log Also writes to stderr for immediate console output.

Parameters:

app_id

The application ID to use for the log file name

in_domain

The log domain (can be null)

level

The log level

message

The log message