gabime / spdlog

Fast C++ logging library.
Other
24k stars 4.5k forks source link

android: Support __android_log_write_log_message based logging #3155

Open jarekpelczar opened 1 month ago

jarekpelczar commented 1 month ago

This function has been introduced in API Level 30. This commit enables support for dynamic use of the new API (in case the application would run on older OS versions).

gabime commented 1 month ago

Thanks. However all those ifdefs makes this sink code bit messy. what this new api gives us anyway? Also the android doc state that __android_log_is_loggable should be used before using.