Returns a string for the time/date of the LogRecord.
Arguments:
Returns: string
A string representation of the time/date of the LogRecord.
|
code » | |||
Returns a string for the number of seconds relative to the start time.
Prepads with spaces so that anything less than 1000 seconds takes up the
same number of characters for better formatting.
Arguments:
Returns: string
The number of seconds of the LogRecord relative to the
start time.
|
code » | |||
Returns the number as a two-digit string, meaning it prepends a 0 if the
number if less than 10.
|
code » |