TC.restoreLogLevel

Restores the log level to the initial setting.

TC.restoreLogLevel();

Arguments

None

Return value

A promise that will be fulfilled with no arguments.

Example

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