MCPcopy
hub / github.com/donmccurdy/glTF-Transform / getLogger

Method getLogger

packages/core/src/document.ts:115–117  ·  view source on GitHub ↗

Returns the Logger instance used for any operations performed on this document.

()

Source from the content-addressed store, hash-verified

113
114 /** Returns the {@link Logger} instance used for any operations performed on this document. */
115 public getLogger(): ILogger {
116 return this._logger;
117 }
118
119 /**
120 * Overrides the {@link Logger} instance used for any operations performed on this document.

Callers 15

constructorMethod · 0.80
mergeFunction · 0.80
ktxdecompressFunction · 0.80
toktxFunction · 0.80
xmpFunction · 0.80
ktxfixFunction · 0.80
unpartitionFunction · 0.80
normalsFunction · 0.80
uninstanceFunction · 0.80
sparseFunction · 0.80
vertexColorSpaceFunction · 0.80
metalRoughFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected