Integrate Timber with some other logging implementation #471
Unanswered
andyrozman
asked this question in
Q&A
Replies: 1 comment
-
Implement the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I am working on OS project and we have our own logging that is used through whole application. Now we started using one library that uses Timber for logging. So far we see no logging messages from that library in our logs.
We need to find a way to redirect all log messages from Timber into our logging solution (we need to see all logs in single file). Is there easy way to do this?
Beta Was this translation helpful? Give feedback.
All reactions