MCPcopy Create free account
hub / github.com/ddimaria/rust-blockchain-tutorial / Logger

Class Logger

chain/src/logger.rs:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6#[derive(Clone)]
7pub(crate) struct Logger;
8
9impl logger::Logger for Logger {
10 type Instant = Instant;

Callers

nothing calls this directly

Implementers 1

logger.rschain/src/logger.rs

Calls

no outgoing calls

Tested by

no test coverage detected