An open API service indexing awesome lists of open source software.

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

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