From d5ee37968206d60a3bd99851f507d3e8b7ad124f Mon Sep 17 00:00:00 2001 From: Xavier Petit Date: Fri, 24 Nov 2023 09:22:57 +0100 Subject: [PATCH] Add README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md 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.