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

Class. Console Logger

info()

info(thisArg, message, …params): void

Defined in: packages/sprotty/src/utils/logging.ts:62

Parameters

thisArg

any

message

string

params

any[]

Returns

void

Implementation of

ILogger.info


log()

log(thisArg, message, …params): void

Defined in: packages/sprotty/src/utils/logging.ts:69

Parameters

thisArg

any

message

string

params

any[]

Returns

void

Implementation of

ILogger.log


warn()

warn(thisArg, message, …params): void

Defined in: packages/sprotty/src/utils/logging.ts:55

Parameters

thisArg

any

message

string

params

any[]

Returns

void

Implementation of

ILogger.warn