Sprotty
Toggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

Class. Forwarding Logger

info()

info(thisArg, message, …params): void

Defined in: packages/sprotty/src/model-source/logging.ts:42

Parameters

thisArg

any

message

string

params

any[]

Returns

void

Implementation of

ILogger.info


log()

log(thisArg, message, …params): void

Defined in: packages/sprotty/src/model-source/logging.ts:47

Parameters

thisArg

any

message

string

params

any[]

Returns

void

Implementation of

ILogger.log


warn()

warn(thisArg, message, …params): void

Defined in: packages/sprotty/src/model-source/logging.ts:37

Parameters

thisArg

any

message

string

params

any[]

Returns

void

Implementation of

ILogger.warn