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
I know there is an option to redirect the logs to the Standard Output, but I don't see the reverse case.
There are times when you use an API of another library that does not use easylogging, and instead writes its logs to stdout and stderr.
I would like to be able to redirect those logs to the log file of my application to have everything in one place. Is this possible already? Or is it something to implement?
Thanks!
The text was updated successfully, but these errors were encountered:
I know there is an option to redirect the logs to the Standard Output, but I don't see the reverse case.
There are times when you use an API of another library that does not use easylogging, and instead writes its logs to stdout and stderr.
I would like to be able to redirect those logs to the log file of my application to have everything in one place. Is this possible already? Or is it something to implement?
Thanks!
The text was updated successfully, but these errors were encountered: