Source position: libsdl2.pas line 3566
type TTSDL_LogMessage = procedure(
category: Integer;
priority: TSDL_LogPriority;
const fmt: PAnsiChar;
pars: array of Const
);