Add doc to CommonLogHandler

This commit is contained in:
sdogruyol 2016-08-02 13:39:01 +03:00
parent 1705852f25
commit e5a9035a61
1 changed files with 2 additions and 0 deletions

View File

@ -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