class

Halite::Logging::Abstract

Inherits Reference / Object

Logging format Abstract

Constructors

new(*, for : String = "halite", skip_request_body : Bool = false, skip_response_body : Bool = false, skip_benchmark : Bool = false, colorize : Bool = true)
Source

Instance methods

colorize

Turns self into a Colorize::Object.

Source
logger=(logger : Log)
Source
request(request)
Source
response(response)
Source
skip_benchmark
Source
skip_request_body
Source
skip_response_body
Source