XCGLogger

Debug logger

A framework for logging debug information in Swift projects with customizable destinations and formatting.

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.

GitHub

4k stars
100 watching
476 forks
Language: Swift
last commit: 5 months ago
Linked from 3 awesome lists

carthagecocoapodsdebugdebuggingdebugging-toolioslogginglogging-librarymacosswiftswift-frameworkswift-libraryswiftpmtvoswatchosxcglogger

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
swiftybeaver/swiftybeaver Convenient and secure logging solution for Swift development 5,931
tonystone/tracelog A flexible and configurable logging system for Swift applications on various platforms 53
cocoadebug/cocoadebug An iOS debugging tool that provides detailed network and log analysis 4,083
cocoalumberjack/cocoalumberjack A fast and flexible logging framework for macOS, iOS, tvOS, watchOS, and other Apple platforms 13,208
fpillet/nslogger A logging tool designed to capture and view application logs from multiple platforms, including macOS, iOS, Android, and desktop applications. 4,999
zixun/godeye Automatically monitors and reports various system and app performance metrics and issues. 3,849
tadija/aelog A simple and flexible logging framework for Swift applications 32
swiftlang/swift-syntax Provides libraries for parsing and manipulating the internal representation of Swift source code 3,242
esqarrouth/qorumlogs A Swift utility for logging in Xcode and Google Docs 786
swiftlang/swift A high-performance system programming language with a modern syntax, seamless access to existing C and Objective-C code, and memory safety by default. 67,599
yonaskolb/xcodegen A command line tool that generates Xcode projects from folder structures and project specifications. 7,072
kasketis/netfox A lightweight iOS/OSX network debugging library 3,674
krzysztofzablocki/lifetimetracker A tool to detect memory leaks and retain cycles in iOS applications. 3,152
flextool/flex A toolset for in-app debugging and exploration of iOS applications 14,088
johnreedlol/pos A macro-based library that adds position information to print statements in Scala code for easier debugging and logging. 23