Skip to content
On this page

setLoggingEnabled

Enable or disable logging on the test node network.

Usage

ts
import { testClient } from '.'
 
await testClient.setLoggingEnabled(true) 

Released under the MIT License.