Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

C++ logging framework for iOS and Android NDK [closed]

I'm looking for a C++ logging framework for iOS and Android NDK with these features:

  • Supports iOS and Android NDK
  • Logs have a severity (info, warning, error, critical, etc)
  • Control over which logging statements are enabled or disabled
  • Manage output destinations

I looked at the frameworks suggested in other posts asking about c++ logging frameworks but the iOS and Android NDK requirement does not seem to be met.

like image 723
floerkem Avatar asked Jan 27 '26 18:01

floerkem


1 Answers

Take a look at the zf_log logging library. It could be too simple for your purposes, but it supports both Android and iOS and satisfies your other requirements. Not sure what you meant by "Manage output destinations" though, but it supports custom output functions.

like image 176
wonder.mice Avatar answered Jan 30 '26 10:01

wonder.mice



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!