DaveWoodCom / XCGLogger

A debug log framework for use in Swift projects. Allows you to log details to the console (and optionally a file), just like you would have with NSLog() or print(), but with additional information, such as the date, function name, filename and line number.
MIT License
3.93k stars 477 forks source link

Crash #291

Open yadavmanish89 opened 4 years ago

yadavmanish89 commented 4 years ago

XCGLogger.BaseDestination.process(logDetails: XCGLogger.LogDetails) -> () :0 XCGLogger protocol witness for XCGLogger.DestinationProtocol.process(logDetails: XCGLogger.LogDetails) -> () in conformance XCGLogger.BaseDestination : XCGLogger.DestinationProtocol in XCGLogger :0 XCGLogger XCGLogger.XCGLogger.logln(: XCGLogger.XCGLogger.Level, functionName: Swift.String, fileName: Swift.String, lineNumber: Swift.Int, userInfo: [Swift.String : Any], closure: () -> Any?) -> () XCGLogger.swift:347 XCGLogger XCGLogger.XCGLogger.logln(: XCGLogger.XCGLogger.Level, functionName: Swift.StaticString, fileName: Swift.StaticString, lineNumber: Swift.Int, userInfo: [Swift.String : Any], closure: () -> Any?) -> () XCGLogger.swift:325 XCGLogger merged XCGLogger.XCGLogger.verbose(: @autoclosure () -> Any?, functionName: Swift.StaticString, fileName: Swift.StaticString, lineNumber: Swift.Int, userInfo: [Swift.String : Any]) -> () XCGLogger XCGLogger.XCGLogger.info(: @autoclosure () -> Any?, functionName: Swift.StaticString, fileName: Swift.StaticString, lineNumber: Swift.Int, userInfo: [Swift.String : Any]) -> ()

XCGLogger version: 6.1.0

yadavmanish89 commented 4 years ago

Hello, recently facing this crash, please have a look on this: XCGLogger version: 6.1.0

SunnyGit commented 4 years ago

Do we haver any update on this ? Is it still to be triaged ?