Questions tagged [swiftybeaver]

5 questions
2
votes
1 answer

Read a iPhone log file content from Mac

How can I read a iPhone log file content from Mac? I wanna read /Library/Caches/swiftybeaver.log in iPhone from my Macbook. The file log is generated by SwiftyBeaver
Tom
  • 478
  • 1
  • 6
  • 17
1
vote
0 answers

Vapor Linux Build with SwiftyBeaver Failing

I've been trying to build my Vapor Project using Docker. I am using the default web.Dockerfile. However I am running into this error: /App/.build/checkouts/SwiftyBeaver/Sources/FileDestination.swift:135:27: error: use of unresolved identifier…
0
votes
1 answer

display in a textView a .log file from a filePath

I'm trying to display a .log file in a textview but can't seem to access the filepath properly. When I do it returns nil. I'm using a pod called "SwiftyBeaver" to do the logging. This is what the fileURL looks…
SwiftyJD
  • 5,257
  • 7
  • 41
  • 92
0
votes
1 answer

Crashlytics with SwiftyBeaver

I combined SwiftyBeaver with Crashlytics to log all errors to Crashlytics. For this I created this SwiftyBeaver BaseDestination: public class CrashlyticsDestination: BaseDestination { override public func send(_ level: SwiftyBeaver.Level,…
netshark1000
  • 7,245
  • 9
  • 59
  • 116
0
votes
1 answer

Error Domain=NSURLErrorDomain Code=-1005 "The network connection was lost

I am getting this error when using SwiftyBeaver logger, which tries to send data to the cloud via this code: func sendToServerAsync(str: String?, complete: (ok: Bool, status: Int) -> ()) { if let payload = str, let queue = self.queue { …
Prabhu
  • 12,995
  • 33
  • 127
  • 210