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
Rename the folder that Pulse creates in Logs/ directory to com.github.kean.logger. Previously, it was using .pulse as a suffix which was conflicting with the extension used for Pulse documents - #48, thanks to Agapov Alexey
Add filename to LoggerMessageEntity
Add URLSession configuration information to logged network requests, including httpAdditionalHeaders
Coalesce disk writes to reduce disk usage
Perform less work on the logger's caller's thread
Catch all Objective-C exceptions (just in case)
Fix a warning that the logger would write into the console during initialization