diff --git a/README.md b/README.md new file mode 100644 index 0000000..6475f6b --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# `log` + +This module provides all necessary logging capabilities. + +The package `github.com/upfluence/log/record` contains types for logging levels and structured logging. + +> `github.com/upfluence/pkg/log` exposes a ready-to-use logger.