Builder: set format.
(mut self, format: LogFormat)
| 661 | |
| 662 | /// Builder: set format. |
| 663 | pub fn format(mut self, format: LogFormat) -> Self { |
| 664 | self.format = format; |
| 665 | self |
| 666 | } |
| 667 | |
| 668 | /// Builder: set full hash display. |
| 669 | pub fn full_hash(mut self, full_hash: bool) -> Self { |
no outgoing calls