A deprecated, experimental logging library that should not be used in production.
This repository has been archived on 2022年07月14日 . You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
- Go 100%
| .gitignore | Add boilerplate project docs | |
| doc.go | Make un-importable and remove links to Bitbucket | |
| LICENSE.md | Add boilerplate project docs | |
| logging.go | Update logging docs with an example | |
| logging_test.go | Update logging docs with an example | |
| options.go | Clean up logging docs | |
| README.md | Make un-importable and remove links to Bitbucket | |
Application Logger
Application logger allows you to log to syslog, STDOUT, STDERR, files, etc. at the same time and is useful for supporting configurable application logging policies.
This project should not be used in production and is not importable.