https://github.com/alperozturk96/logger
A simple tool that allows you to track logs more easily in your project.
https://github.com/alperozturk96/logger
Last synced: 3 months ago
JSON representation
A simple tool that allows you to track logs more easily in your project.
- Host: GitHub
- URL: https://github.com/alperozturk96/logger
- Owner: alperozturk96
- Created: 2023-07-15T11:24:08.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-21T13:48:33.000Z (over 1 year ago)
- Last Synced: 2025-01-13T07:40:25.693Z (4 months ago)
- Language: Swift
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Logger
Introducing Logger - The Ultimate Logging Library for Swift! 🌟📝
Are you tired of messy log statements in your code? Say goodbye to manual logging and welcome Logger! With Logger, you can effortlessly track logs, supporting various log types, and even customize them with your own fancy touch. Whether it's debug mode or different log levels, Logger has got you covered!
Key Features:
🌟 Simplified Logging: Logger makes logging a breeze! With just a single line of code, you can track logs more easily than ever before.
🌟 Debug Mode Support: Say no more to logging in release builds. Logger automatically handles logging only in debug mode, ensuring that your production code stays clean and free from log statements.
🌟 Versatile Log Types: From warning and error to info, action, and success, Logger supports all the log types you need. Customize your logs for better readability and understandability.
🌟 Fancy Customization: Make your logs stand out with fancy customization! Add colors, emojis, or any other personal touch to make your logs more engaging and fun.