NetLog

external interface NetLog

Functions

startLogging
Link copied to clipboard
abstract fun startLogging(path: String, options: StartLoggingOptions = definedExternally): Promise<Unit>
stopLogging
Link copied to clipboard
abstract fun stopLogging(): Promise<String>

Properties

currentlyLogging
Link copied to clipboard
abstract var currentlyLogging: Boolean
currentlyLoggingPath
Link copied to clipboard
abstract var currentlyLoggingPath: String