From c7d301b2147f346add83b571dc028bb360d5e9db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjell=20Hedstr=C3=B6m?= <331742+KjellKod@users.noreply.github.com> Date: Mon, 27 Nov 2023 18:55:41 -0700 Subject: [PATCH] trying out codespaces --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 939cda38..6a61b5cf 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,10 @@ The super quick introduction to g3log can be seen in the steps 1 - 9 below. For more in-depth information please see the full usage description in [g3log.md](docs/g3log.md). The internal API for more advanced integration with g3log can be accessed in [API.md](docs/API.md) +## Experiment and try-out g3log in Github Codespaces +ref: [CodeSpsces.md](docs/codespaces.md) + + ## 1. Easy usage in files Avoid deep dependency injection complexity and instead get access to the logger as easy as ```