Builder: set format.
(mut self, format: LogFormat)
| 640 | |
| 641 | /// Builder: set format. |
| 642 | pub fn format(mut self, format: LogFormat) -> Self { |
| 643 | self.format = format; |
| 644 | self |
| 645 | } |
| 646 | |
| 647 | /// Builder: set full hash display. |
| 648 | pub fn full_hash(mut self, full_hash: bool) -> Self { |
no outgoing calls