class Halite::Logging
- Halite::Logging
- Halite::Feature
- Reference
- Object
Overview
Logging feature
Extended Modules
Defined in:
halite/features/logging.crhalite/features/logging/common.cr
halite/features/logging/json.cr
Constant Summary
-
DEFAULT_LOGGER =
Logging::Common.new
Constructors
-
.new(**options)
return a new Cache instance
Instance Method Summary
Instance methods inherited from class Halite::Feature
intercept(chain : Halite::Feature::Chain) : Halite::Feature::Chain
intercept,
request(request : Halite::Request) : Halite::Request
request,
response(response : Halite::Response) : Halite::Response
response
Constructor methods inherited from class Halite::Feature
new(**options)
new
Constructor Detail
def self.new(**options)
#