Skip to content

Commit

Permalink
Merge pull request #3 from cyinnove:develop
Browse files Browse the repository at this point in the history
chore: Refactor README.md and update logger documentation
  • Loading branch information
zomasec authored Jul 28, 2024
2 parents 9cb3870 + e20fd73 commit f5d8e68
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# README

## Overview

This tool provides a custom logging solution for Go applications. It utilizes the `logify` package to log messages with various levels of severity and custom formatting. The logger supports different log levels such as TEST, DEBUG, FATAL, ERROR, and WARN. Additionally, it allows the creation of custom log messages with specified colors and formats. The logger follows the Singleton pattern to ensure that the same logger instance is used throughout the entire application.
Expand Down Expand Up @@ -99,7 +97,7 @@ Contributions are welcome! Please feel free to submit a pull request or open an

## Contributors




## License
Expand Down

0 comments on commit f5d8e68

Please sign in to comment.