NetLog

external interface NetLog

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
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>
toString
Link copied to clipboard
open fun toString(): String

Properties

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