Class

A logging class that prepends a timestamp to each message.

Attributes
Read & Write

Format of the timestamp which is applied to each logged line. The default is "[%Y-%m-%d %H:%M:%S]"

Class Methods

Same as BasicLog#initialize

You can set the timestamp format through time_format

Instance Methods

Same as BasicLog#log