# Class: Logging (/jsdoc/pixi-vn-live2d/core/namespaces/Live2DCubismCore/classes/Logging)



Defined in: node\_modules/untitled-pixi-live2d-engine/types/index.d.ts:199

Cubism logging.

## Methods [#methods]

### csmGetLogFunction() [#csmgetlogfunction]

\> `static` **csmGetLogFunction**(): [`csmLogFunction`](/jsdoc/pixi-vn-live2d/core/namespaces/Live2DCubismCore/interfaces/csmLogFunction)

Defined in: node\_modules/untitled-pixi-live2d-engine/types/index.d.ts:212

Queries log handler.

#### Returns [#returns]

[`csmLogFunction`](/jsdoc/pixi-vn-live2d/core/namespaces/Live2DCubismCore/interfaces/csmLogFunction)

Log handler.

***

### csmSetLogFunction() [#csmsetlogfunction]

\> `static` **csmSetLogFunction**(`handler`): `void`

Defined in: node\_modules/untitled-pixi-live2d-engine/types/index.d.ts:206

Sets log handler.

#### Parameters [#parameters]

##### handler [#handler]

[`csmLogFunction`](/jsdoc/pixi-vn-live2d/core/namespaces/Live2DCubismCore/interfaces/csmLogFunction)

Handler to use.

#### Returns [#returns-1]

`void`
