JustLog icon indicating copy to clipboard operation
JustLog copied to clipboard

JustLog brings logging on iOS to the next level. It supports console, file and remote Logstash logging via TCP socket with no effort. Support for logz.io available.

Results 9 JustLog issues
Sort by recently updated
recently updated
newest added

Hi, Is it possible to have multiple Logger instances, like: I want to see two log files. - One with all the logging - One with only the critical ones...

Hi, We want to update some fields in defaultUserInfo after the logger is set up. I tried resetting it but apparently, that didn't work. Can we update them like that...

Hey there, We noticed there's a somewhat repeating crash on JustLog that looks like this: ``` Crashed: com.apple.root.default-qos.overcommit EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x0000000000000000 ``` Over-comitting basically means the queue can't handle the...

Hi, Please let me know how to fix the following issue in your lib. Thanks Fatal Exception: NSInvalidArgumentException -[__NSCFNumber count]: unrecognized selector sent to instance 0x8000000000000000 Logger.log(_:_:error:userInfo:_:_:_:) keyboard_arrow_down Fatal Exception:...

Hello folks. I'm looking for a good solution for exporting logs to an ELK stack (I'm currently using Elastic cloud), but I sometimes need to support macOS in my apps....

Thank you for the awesome library @gigisommo . Is it possible to send logs to a HTTP endpoint rather than using socket communication ?

Hello, Does justLog supports saving logs to a file or a database and then uploading the logs to Elasticsearch or even a custom server when internet connection is available and...

Hi, Firstly thanks for this utility repository. i am facing issues to search log in Kibana. I am using the following code, it's just an integration attempt to check everything...

We have our own Elastic Load balancer in AWS which only allows TCP socket connections from specific SSL cert. Since this was not available I quickly added it in and...