class Launch::Pipe::Logger

Defined in:

launch/pipes/logger.cr

Constructors

Instance Method Summary

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

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

Instance methods inherited from class Object

blank? blank?, present? present?

Constructor Detail

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

[View source]

Instance Method Detail

Description copied from class Launch::Pipe::Base

Execution of this handler.


[View source]
def elapsed_text(elapsed : Time::Span) : String #

[View source]