File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -631,11 +631,11 @@ in a `500 Internal Server Error` response being thrown.
631
631
In addition to the metamethods in the ` req ` parameter, one can also log messages
632
632
with different logging levels by calling methods from ` Lwan.log ` :
633
633
634
- - `Lwan.log:warning(str)`
635
- - `Lwan.log:info(str)`
636
- - `Lwan.log:error(str)`
637
- - `Lwan.log:critical(str)` (Will also abort Lwan! Use with caution)
638
- - `Lwan.log:debug(str)` (Only available in debug builds)
634
+ - ` Lwan.log:warning(str) `
635
+ - ` Lwan.log:info(str) `
636
+ - ` Lwan.log:error(str) `
637
+ - ` Lwan.log:critical(str) ` (Will also abort Lwan! Use with caution)
638
+ - ` Lwan.log:debug(str) ` (Only available in debug builds; no-op otherwise )
639
639
640
640
> [ !NOTE]
641
641
>
You can’t perform that action at this time.
0 commit comments