Archived
8
0
Fork
You've already forked applogger
0
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%
Find a file
2018年05月20日 11:41:02 -05:00
.gitignore Add boilerplate project docs 2015年12月04日 09:51:41 -06:00
doc.go Make un-importable and remove links to Bitbucket 2018年05月20日 11:41:02 -05:00
LICENSE.md Add boilerplate project docs 2015年12月04日 09:51:41 -06:00
logging.go Update logging docs with an example 2015年12月04日 10:06:56 -06:00
logging_test.go Update logging docs with an example 2015年12月04日 10:06:56 -06:00
options.go Clean up logging docs 2015年12月04日 10:06:56 -06:00
README.md Make un-importable and remove links to Bitbucket 2018年05月20日 11:41:02 -05:00

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.