setLogLevel()
pixi-reels / index / setLogLevel
Function: setLogLevel()
function setLogLevel(level: LogLevel): void;
Defined in: utils/notify.ts:36
Set how much the library prints. Default 'info', which is everything.
'warn' drops the advisory notices (mask auto-picks and the like) and keeps
problems; 'silent' turns the channel off entirely - reasonable for a
production build, as long as you have read the warnings once.
Parameters#
| Parameter | Type |
|---|---|
level | LogLevel |
Returns#
void