Releases: vigneshuvi/SwiftLoggly
Releases · vigneshuvi/SwiftLoggly
SwiftLoggly - 1.1.0
- Swift 5 and latest Xcode support
SwiftLoggly 1.0.7
Note:
- Fixed the log directory issue.
- Updated the test cases.
- Updated the sample project.
SwiftLoggly 1.0.6
- Fixed the emojis issue.
- Able to set the log extension and keep default extends as '.log'.
- Updated the readme file.
SwiftLoggly 1.0.5
Able to support both Objective-c and Swift projects.
SwiftLoggly 1.0.4
Updated version
Fixed file path issue.
SwiftLoggly 1.0.1
- Enabled logged format as Normal, JSON.
- Able to encoding log based on log Encoding Type(utf8, ascii, unicode, utf16, etc) Refer: String.Encoding.
SwiftLoggly 1.0.0
- Colored output log in Terminal for mac OS.
- Support CocoaPods, mac OS and Vapor framework(Swift Package Manager).
SwiftLoggly 0.6.1
Added the rich function for log tracking type.(Info, Warn, Error)
Able to print the logs in diff color based on log type.