https://github.com/nilspolek/golog
GoLog is a little library for Logging
https://github.com/nilspolek/golog
golang libary log
Last synced: 9 months ago
JSON representation
GoLog is a little library for Logging
- Host: GitHub
- URL: https://github.com/nilspolek/golog
- Owner: nilspolek
- Created: 2024-09-07T12:11:44.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-27T15:41:55.000Z (over 1 year ago)
- Last Synced: 2025-03-21T22:22:12.125Z (over 1 year ago)
- Topics: golang, libary, log
- Language: Go
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GoLog
`goLog` is a simple and flexible logging package for Go. It provides various logging levels and supports logging to both stdout and files.
## Features
- Supports multiple log levels: DEBUG, INFO, WARNING, ERROR
- Logs to stdout and/or to a file
- Easily configurable
- Includes example usage for documentation
## Installation
To use `goLog`, you need to have Go installed. Then, you can install the package using the following command:
```bash
go get github.com/nilspolek/goLog