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