Check if the format uses the creation time of the record.
(self)
| 675 | return s |
| 676 | |
| 677 | def usesTime(self): |
| 678 | """ |
| 679 | Check if the format uses the creation time of the record. |
| 680 | """ |
| 681 | return self._style.usesTime() |
| 682 | |
| 683 | def formatMessage(self, record): |
| 684 | return self._style.format(record) |
no outgoing calls