class Launch::Pipe::Logger
Defined in:
launch/pipes/logger.crConstructors
Instance Method Summary
-
#call(context : HTTP::Server::Context) : HTTP::Server::Context
Execution of this handler.
- #elapsed_text(elapsed : Time::Span) : String
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)
#
Instance Method Detail
Description copied from class Launch::Pipe::Base
Execution of this handler.