README
Top Level Namespace
Kemal
BaseLogHandler
CLI
Config
ExceptionHandler
ExceptionPage
Exceptions
CustomException
InvalidPathStartException
RouteNotFound
FileUpload
Handler
InitHandler
LogHandler
NullLogHandler
ParamParser
Route
RouteHandler
SSL
StaticFileHandler
Utils
WebSocket
WebSocketHandler
abstract class
Kemal::BaseLogHandler
Kemal::BaseLogHandler
Reference
Object
Overview
All loggers must inherit from
Kemal::BaseLogHandler
.
Included Modules
HTTP::Handler
Direct Known Subclasses
Kemal::LogHandler
Kemal::NullLogHandler
Defined in:
kemal/base_log_handler.cr
Instance Method Summary
#call
(context : HTTP::Server::Context)
#write
(message : String)
Instance Method Detail
abstract def
call
(context :
HTTP::Server::Context
)
#
[
View source
]
abstract def
write
(message : String)
#
[
View source
]