Skip to content

Commit c69a632

Browse files
committed
Fix presentation of Lua logging function documentation
1 parent 284b34f commit c69a632

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -631,11 +631,11 @@ in a `500 Internal Server Error` response being thrown.
631631
In addition to the metamethods in the `req` parameter, one can also log messages
632632
with different logging levels by calling methods from `Lwan.log`:
633633

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)
639639

640640
> [!NOTE]
641641
>

0 commit comments

Comments
 (0)