Skip to content

Icarus4122/NotifyMe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NotifyMe Logger Package

The NotifyMe package is a robust and flexible logging library for Go applications. It provides various log levels and supports logging to different destinations, making it ideal for both development and production environments.

Features

  • Multiple Log Levels: Supports Info, Warn, Error, and Critical log levels.
  • Configurable Output: Log messages to standard output or a specified file.
  • Concurrency Safe: Ensures thread-safe logging operations.
  • Environment Configurable: Set log levels using environment variables.
  • Formatted Messages: Allows context and arguments for detailed log messages.
  • Easy Integration: Simple API for logging messages based on their severity.

Installation

To install the NotifyMe package, use the following command:

go get github.com/AmosSParker/NotifyMe

About

Simple Notification and Logging

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages