From e20fd73c92e6ffeb00784cfcf27b4786ae206561 Mon Sep 17 00:00:00 2001 From: zomasec Date: Sun, 28 Jul 2024 13:44:05 +0300 Subject: [PATCH] chore: Refactor README.md and update logger documentation --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 2167951..731d6a2 100644 --- a/README.md +++ b/README.md @@ -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. @@ -99,7 +97,7 @@ Contributions are welcome! Please feel free to submit a pull request or open an ## Contributors - + ## License