目次 - SDL 3.0 API(機能別) - ログ - SDL_GetDefaultLogOutputFunction

SDL_GetDefaultLogOutputFunction

デフォルトログ出力関数を得る

ヘッダ

SDL3/SDL_log.h

構文

SDL_LogOutputFunction SDL_GetDefaultLogOutputFunction(void);

戻り値

(SDL_LogOutputFunction) デフォルトログ出力コールバックを戻す.

スレッドセーフ

この関数はどのスレッドからも安全に呼べる.

バージョン

SDL 3.2.0以降

関連項目

SDL Wikiへのリンク

SDL_GetDefaultLogOutputFunction - SDL Wiki