AppLogHandler
Inherits Kemal::BaseLogHandler < HTTP::Handler < Reference < Object
taken from: https://aravindavk.in/blog/using-http-log-handler-kemal/ implementation for LogHandler: https://github.com/crystal-lang/crystal/blob/7aa5cdd86/src/http/server/handlers/log_handler.cr#L13 it would be possible to include apache-style access logs
Constructors
new
SourceInstance methods
call(context : HTTP::Server::Context)
Source