MCPcopy Create free account
hub / github.com/Shopify/shadowenv / Logger

Interface Logger

src/diff.rs:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2use std::{collections::BTreeMap, env};
3
4trait Logger {
5 fn print(&mut self, value: String);
6}
7
8struct StdoutLogger;
9

Callers

nothing calls this directly

Implementers 1

diff.rssrc/diff.rs

Calls

no outgoing calls

Tested by

no test coverage detected