class Mint::Logger::Log
- Mint::Logger::Log
- Reference
- Object
Defined in:
logger.crConstructors
Instance Method Summary
-
#elapsed : Time::Span
The elapsed time of the log.
-
#elapsed=(elapsed : Time::Span)
The elapsed time of the log.
-
#logs : Array(Mint::Logger::Log)
The child logs.
-
#message : String
The mssage.
-
#print : Array(Tuple(String, Time::Span))
Processes the logs for printing.
-
#real : Time::Span
The real time of the log.