4 Repositories
Swift nslog Libraries
A lightweight Swift logger, uses `print` in development and `NSLog` in production. Support colourful and formatted output.
Loggerithm A lightweight Swift logger, uses print in Debug and NSLog in Production with colourful output. Why In Swift, we usually use print to log in
270 Oct 8, 2022
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.
tl;dr XCGLogger is the original debug log module for use in Swift projects. Swift does not include a C preprocessor so developers are unable to use th
3.8k Jan 5, 2023
A fancy logger yet lightweight, and configurable. 🖨
📣 📣 Important: Printer can only print console logs if you're running an app in the Simulator. If you're running in a real device it will not print a
66 Dec 7, 2022
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.
tl;dr XCGLogger is the original debug log module for use in Swift projects. Swift does not include a C preprocessor so developers are unable to use th
3.8k Jan 5, 2023