You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently SQLCipher uses Android platform android.util.Log, but unfortunately there is no way to intercept these log messages. I would like to have ability set my custom logger implementation, so that I can collect all log messages from the library and send them to server (as we do with other app logs)
This can be just an simple interface, or any of established solutions like java.util.logging.Logger, Apache Log4j, JakeWharton/timber, etc.
The text was updated successfully, but these errors were encountered:
Thanks for reaching out regarding this. We will provide an API to easily replace the usage of android.util.Log in the next public release of SQLCipher for Android.
Currently SQLCipher uses Android platform
android.util.Log
, but unfortunately there is no way to intercept these log messages. I would like to have ability set my custom logger implementation, so that I can collect all log messages from the library and send them to server (as we do with other app logs)This can be just an simple interface, or any of established solutions like
java.util.logging.Logger
,Apache Log4j
,JakeWharton/timber
, etc.The text was updated successfully, but these errors were encountered: