class Amber::Pipe::Logger

Defined in:

amber/pipes/logger.cr

Constructors

Instance Method Summary

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

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

Constructor Detail

def self.new(filter : Array(String) = log_config.filter, skip : Array(String) = log_config.skip) #

[View source]

Instance Method Detail

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

Execution of this handler.


[View source]