From dab7c7e78e49d606f0bbf6a97de91786f1d65329 Mon Sep 17 00:00:00 2001 From: lucaspalomodevelop Date: Mon, 31 Oct 2022 17:59:52 +0100 Subject: [PATCH] add State-Codes to README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 07c9594..c0992ac 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,16 @@ let result = Jsste.render(pagecode, templatecode); - `_TEMPLATE_` -> Defines the path to the temp file - `_STYLES_` -> Defines a list of CSS files that will be implemented +### States-Codes + +| Code | Meaning | +| :--- | :-----: | +| 0 | OK | +| 1 | ERROR | +| 2 | WARNING | +| 3 | INFO | +| 4 | DEBUG | + #### Example ```javascript