Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Punctuation #11

Merged
merged 1 commit into from
Jul 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ This logging package can be integrated into various types of applications, inclu
## Features

- **Log Levels**: Supports multiple log levels including INFO, TEST, DEBUG, FATAL, ERROR, and WARN.
- **Custom Logger**: Allows for custom log messages with specified colors and formats.
- **Singleton Pattern**: Ensures a single instance of the logger is used throughout the application.
- **Custom Logger**: Allows custom log messages with specified colors and formats.
- **Singleton Pattern**: Ensures a single logger instance is used throughout the application.

## Installation

Expand All @@ -18,7 +18,7 @@ To use this tool, you need to install the `logify` package. You can do this usin
go get github.com/cyinnove/logify
```

## Usage
## How to use?

### Importing the Package

Expand Down Expand Up @@ -90,7 +90,7 @@ The logger supports the following log levels:
- **ERROR**
- **WARN**

These levels can be used to categorize and filter log messages based on their severity.
These levels can be used to categorize and filter log messages based on severity.

## Singleton Pattern

Expand Down