From 6a2ef4f88b79d205f85104d1e6112157b9dfd7bf Mon Sep 17 00:00:00 2001 From: Nick Hayashi <43279719+churchianity@users.noreply.github.com> Date: Mon, 9 May 2022 11:22:37 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 67510fa..313115f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ +# Background +log4jesus is an attempt to write a 'logging library' that has all of the practical benefits of a much larger logging library, but with no dependencies, and in much fewer lines of code, without sacrificing features, by taking a straight-forward approach of solving the problem at hand, and no other problems. There is nothing in this 'library' that could be called a 'system' or 'framework'. Just a few functions that actually do the work required. + # Usage ```js