module Mint::Logger

Overview

This class if for logging timings. It supports nesting timings and printing them in a tree.

Extended Modules

Defined in:

logger.cr

Instance Method Summary

Instance Method Detail

def log(message, &) #

Logs the message with the block elapsed time.


[View source]
def print(io) #

Prints the gathered logs.


[View source]