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.crInstance Method Summary
-
#log(message, &)
Logs the message with the block elapsed time.
-
#print(io)
Prints the gathered logs.