class Alfodr::Pipe::Logger

Defined in:

alfodr/pipes/logger.cr

Constant Summary

FILTERED_TEXT = ("FILTERED".colorize(:white)).mode(:underline)

Constructors

Instance Method Summary

Instance methods inherited from class Alfodr::Pipe::Base

call(context : HTTP::Server::Context) call

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def call(context : HTTP::Server::Context) #
Description copied from class Alfodr::Pipe::Base

Execution of this handler.


[View source]