# davewoodcom/xcglogger

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/davewoodcom-xcglogger).**

3,986 stars · 476 forks · Swift · MIT

## Links

- GitHub: https://github.com/DaveWoodCom/XCGLogger
- awesome-repositories: https://awesome-repositories.com/repository/davewoodcom-xcglogger.md

## Description

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.

## Tags

### Part of an Awesome List

- [Logging and Debugging](https://awesome-repositories.com/f/awesome-lists/devtools/logging-and-debugging.md) — Debug logging framework with console and file support.
- [Logging Utilities](https://awesome-repositories.com/f/awesome-lists/devtools/logging-utilities.md) — Features a full-featured logging utility with log levels.
