MCPcopy
hub / github.com/vuejs/vuex / Logger

Interface Logger

types/logger.d.ts:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Payload, Plugin } from "./index";
2
3interface Logger extends Partial<Pick<Console, 'groupCollapsed' | 'group' | 'groupEnd'>> {
4 log(message: string, color: string, payload: any): void;
5 log(message: string): void;
6}
7
8export interface LoggerOption<S> {
9 collapsed?: boolean;

Callers 8

logMethod · 0.65
createLoggerFunction · 0.65
startMessageFunction · 0.65
endMessageFunction · 0.65
stepFunction · 0.65
checkAllSizesFunction · 0.65
checkSizeFunction · 0.65
server.jsFile · 0.65

Implementers 1

MyLoggertypes/test/index.ts

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…