class Launch::Logger::Handler

Included Modules

Defined in:

launch/logger/handler.cr

Constant Summary

REQUEST_END_KEYS = {status: "status", duration: "duration"}
REQUEST_START_KEYS = {method: "method", path: "path"}

These constants are used here and in the PrettyLogFormatter to make sure that the formatter looks for the right keys!

Instance Method Summary

Instance methods inherited from class Object

blank? blank?, present? present?

Instance Method Detail

def call(context) #

[View source]
def logger(*args, **options) #

[View source]
def logger(*args, **options, &) #

[View source]