Diagnostics class

Defines diagnostics API for managing console output Added in version 1.21.0

Properties

onLogOutput

Methods

SetLoggingLevel(EventType)
SetLogOutputPath(string)
StartConsoleOutput()
StopConsoleOutput()

Property Details

onLogOutput

static void onLogOutput

Property Value

void

Method Details

SetLoggingLevel(EventType)

static function SetLoggingLevel(logLevel: EventType)

Parameters

logLevel
LogLevel

SetLogOutputPath(string)

static function SetLogOutputPath(path: string)

Parameters

path

string

StartConsoleOutput()

static function StartConsoleOutput()

StopConsoleOutput()

static function StopConsoleOutput()