class Kemal::LogHandler

Overview

Uses STDOUT by default and handles the logging of request/response process time.

Defined in:

kemal/log_handler.cr

Constructors

Instance Method Summary

Instance methods inherited from class Kemal::BaseLogHandler

call(context : HTTP::Server::Context) call, write(message : String) write

Constructor Detail

def self.new(io : IO = STDOUT) #

[View source]

Instance Method Detail

def call(context : HTTP::Server::Context) #

[View source]
def write(message : String) #

[View source]