Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
kemal
master
Top Level Namespace
Kemal
BaseLogHandler
CLI
Config
ExceptionHandler
ExceptionPage
Exceptions
CustomException
InvalidPathStartException
RouteNotFound
FileUpload
Handler
HeadRequestHandler
InitHandler
LogHandler
NullLogHandler
OverrideMethodHandler
ParamParser
Route
RouteHandler
SSL
StaticFileHandler
Utils
WebSocket
WebSocketHandler
Built with Crystal 1.9.2
2023-10-07 22:03:41 UTC
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
]