MCPcopy
hub / github.com/webpack/webpack / getLogger

Method getLogger

declarations/LoaderContext.d.ts:67–67  ·  declarations/LoaderContext.d.ts::NormalModuleLoaderContext.getLogger

* Gets a logger instance scoped to this loader and module. * Useful for emitting debug or compilation information in a structured way. * @param name the name or category of the logger * @returns the scoped logger instance

(name?: string)

Source from the content-addressed store, hash-verified

65 * @returns the scoped logger instance
66 */
67 getLogger(name?: string): Logger;
68
69 /**
70 * Resolves a module request (e.g., a relative path or module name) to an absolute file path.

Callers 15

applyMethod · 0.65
onCompiledMethod · 0.65
_doneMethod · 0.65
finalCallbackMethod · 0.65
applyMethod · 0.65
buildChunkGraphFunction · 0.65
_createLoaderContextMethod · 0.65
onCompiledMethod · 0.65
compileMethod · 0.65
applyMethod · 0.65
applyMethod · 0.65
applyMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected