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
{{ message }}
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.
I have tried the following ways to add logs from my Objective C application.
[self.logger log:@"Testing using instance"];
or
[LELog log:@"Testing using class"];
But both didn't made any logs in the logentries.com account.
Reference Logs:
Testing using instance
Checking status
Retry timer active
Retry timer fired
Checking status
Stream not open yet
Socket event NSStreamEventErrorOccurred, scheduling retry timer
The text was updated successfully, but these errors were encountered:
I have a similar issue, but in my case - (void)stream:(NSStream *)aStream handleEvent:(NSStreamEvent)eventCode
never get called and outputSocketStream just stucks with NSStreamStatusOpening status.
I see the same behaviour for demo app in this repo.
UPD: it seems like this issue is only happening on Wi-Fi connection.
I have tried the following ways to add logs from my Objective C application.
[self.logger log:@"Testing using instance"];
or
[LELog log:@"Testing using class"];
But both didn't made any logs in the logentries.com account.
Reference Logs:
Testing using instance
Checking status
Retry timer active
Retry timer fired
Checking status
Stream not open yet
Socket event NSStreamEventErrorOccurred, scheduling retry timer
The text was updated successfully, but these errors were encountered: