Customization of the original library will continue from here to make it leaner and more suited for general use in MimirTech projects.
MImirTech Logging Library
The Logger package is a full featured logging library for GoLang. Output format is fully customizable, as well as where logs are written to. Multiple output sinks can be used at once.
This project is built from the go-logging library found here github.com/op/go-logging
Installing
Use go get
$ go get mimirtech.net/gitea/GoUtilities/logger
You can use go get -u to update the package.
Description
An attempt at building out a logger based off of an old repo.
***NOTE*** Replaced in all projects by the currently active and widely used Logrus project.
Languages
Go
100%