class Kemal::NullLogHandler

Overview

This is here to represent the logger corresponding to Null Object Pattern.

Defined in:

kemal/null_log_handler.cr

Instance Method Summary

Instance methods inherited from class Kemal::BaseLogHandler

call(context : HTTP::Server::Context) call, write(message : String) write

Instance Method Detail

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

[View source]
def write(message : String) #

[View source]