go_logger/README.md
Snoosaphone 81f03c7d07 Adding the initial forked commit from the go-logging library.
Customization of the original library will continue from here to make it
leaner and more suited for general use in MimirTech projects.
2019-12-28 13:56:48 -06:00

15 lines
437 B
Markdown

## 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.