mirror of
https://github.com/lucaspalomodevelop/JSSTE.git
synced 2026-03-12 23:17:22 +00:00
add State-Codes to README
This commit is contained in:
parent
6e371c15f0
commit
dab7c7e78e
10
README.md
10
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user