mirror of
https://gitea.invidious.io/iv-org/shard-kemal.git
synced 2024-08-15 00:53:36 +00:00
Add doc to CommonLogHandler
This commit is contained in:
parent
1705852f25
commit
e5a9035a61
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
module Kemal
|
||||
# Kemal::CommonLogHandler uses STDOUT by default and handles the logging of request/response process time.
|
||||
# It's also provides a `write` method for common logging purposes.
|
||||
class CommonLogHandler < Kemal::BaseLogHandler
|
||||
@handler : IO
|
||||
|
||||
|
|
Loading…
Reference in a new issue