Customization of the original library will continue from here to make it leaner and more suited for general use in MimirTech projects.
15 lines
437 B
Markdown
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.
|