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