MCPcopy Index your code
hub / github.com/OneNoteDev/WebClipper / BacklogDataPackage

Interface BacklogDataPackage

src/tests/logging/mockConsole.ts:4–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import {ConsoleOutput} from "../../scripts/logging/consoleOutput";
3
4export interface BacklogDataPackage {
5 level: Log.Trace.Level;
6 message: string;
7 object: any;
8};
9
10export class MockConsole implements ConsoleOutput {
11 public backlog: BacklogDataPackage[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected