Class: Logging
Defined in: node_modules/untitled-pixi-live2d-engine/types/index.d.ts:199
Cubism logging.
Methods
csmGetLogFunction()
> static csmGetLogFunction(): csmLogFunction
Defined in: node_modules/untitled-pixi-live2d-engine/types/index.d.ts:212
Queries log handler.
Returns
Log handler.
csmSetLogFunction()
> static csmSetLogFunction(handler): void
Defined in: node_modules/untitled-pixi-live2d-engine/types/index.d.ts:206
Sets log handler.
Parameters
handler
Handler to use.
Returns
void