TC.restoreLogLevel

Restores the log level to the initial setting.

TC.restoreLogLevel();

Arguments

None

Return value

A promise that is fulfilled with undefined upon success.

Example

Copy code
(async ()=>{
    await TC.restoreLogLevel();
})();