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
Recently updated to 1.7.0 and have been searching for a way to log both to console and app.
Found kLoggerOption_LogToConsole flag and hoped it will work as described in the wiki: "Since version 1.5, NSLogger can now both log to system console and send the logs over the wire."
But something is wrong and it seems to be logging only to console when it is specified. No traces of log in the NSLogger app appears (though it works fine without kLoggerOption_LogToConsole flag).
The wiki is incorrect on this front - NSLogger currently only directs logs to either destination, although I see how this can be useful. Will add support for this in the future.
Recently updated to 1.7.0 and have been searching for a way to log both to console and app.
Found kLoggerOption_LogToConsole flag and hoped it will work as described in the wiki:
"Since version 1.5, NSLogger can now both log to system console and send the logs over the wire."
But something is wrong and it seems to be logging only to console when it is specified. No traces of log in the NSLogger app appears (though it works fine without kLoggerOption_LogToConsole flag).
I am configuring the logger as follows
I see there may be a duplicate for this issue, but not exactly the same: #209
The text was updated successfully, but these errors were encountered: