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 was 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
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