Skip to content

Commit b1a5c93

Browse files
authored
Update README.md
1 parent aacb930 commit b1a5c93

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
![LoggerKit](https://user-images.githubusercontent.com/71421776/182191029-877eeb22-282c-482a-8d89-6118dd150dbb.jpg)
1+
![LoggerKit](https://user-images.githubusercontent.com/71421776/218493453-10d2d9c3-13bb-4601-a8b3-f3b6204e3e50.png)
22

33
# LoggerKit
4-
A logger for Xcode
4+
5+
LoggerKit is a simple, lightweight logging framework for Swift that provides an easy-to-use API for logging messages in Swift projects. It is designed to be fast, efficient, and easy to set up, allowing developers to get up and running quickly. The framework is highly customizable, with several options for controlling the verbosity and formatting of log messages. Whether you're developing a small utility app or a complex enterprise-level system, LoggerKit is a great choice for adding robust logging capabilities to your Swift projects.
56

67
## Motivation
7-
LoggerKit is designed to be a simple and universal logging library with support for multiple Xcode projects. LogKit will have different types of log level.
8+
9+
LoggerKit is designed to be a simple and universal logging library with support for multiple Xcode projects. LoggerKit will have different types of log level.
810

911
## Features
1012

@@ -25,15 +27,11 @@ LoggerKit is designed to be a simple and universal logging library with support
2527
## 📦 Installation
2628

2729
### Swift Package Manager
28-
The [Swift Package Manager](https://swift.org/package-manager/) is a tool for automating the distribution of Swift code and is integrated into the `swift` compiler.
29-
30-
Add this Swift package in Xcode using its Github repository url. (File > Swift Packages > Add Package Dependency...)
31-
32-
Add this URL https://github.com/VishwaiOSDev/LoggerKit.git and select **Add Package**.
33-
34-
After adding it select LogKit.
30+
The [Swift Package Manager](https://swift.org/package-manager/) is a tool for automating the distribution of Swift code and is integrated into the `swift` compiler.
3531

36-
<img width="648" alt="Screenshot 2022-08-01 at 9 14 56 PM" src="https://user-images.githubusercontent.com/71421776/182190544-0dbdd51a-df00-44f2-9064-cd33e44d192b.png">
32+
- Add this Swift package in Xcode using its Github repository url. (File > Swift Packages > Add Package Dependency...)
33+
- Add this URL https://github.com/VishwaiOSDev/LoggerKit.git and select **Add Package**
34+
- After adding it select LoggerKit.
3735

3836
### 🚀 How to use
3937

0 commit comments

Comments
 (0)