No description
| examples/basic | ||
| lib | ||
| std | ||
| .gitattributes | ||
| .gitignore | ||
| README.md | ||
pxnGoLog
Description
This is a custom logger library for GoLang.
Source Code
Git Repo: git.poixson.com/PxnLibs/pxnGoLog
Usage
Import lib anywhere the logging interface is needed, but only import the implementation once, std in this case.
import(
Log "git.poixson.com/PxnLibs/pxnGoLog/lib"
_ "git.poixson.com/PxnLibs/pxnGoLog/std"
);
func Main() {
Log.Info("Logger works");
}
See examples for more examples.
License
AGPL+PXN, see LICENSE