MCPcopy Create free account
hub / github.com/webpack/webpack-cli / Logger

Interface Logger

packages/webpack-cli/src/webpack-cli.ts:97–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95type LogHandler = (value: any) => void;
96
97interface Logger {
98 error: LogHandler;
99 warn: LogHandler;
100 info: LogHandler;
101 success: LogHandler;
102 log: LogHandler;
103 raw: LogHandler;
104}
105
106interface Colors extends WebpackColors {
107 isColorSupported: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected