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