9.0 Released! → Native ESM runtimes 🚀, Vite support ⚡️, multi-window apps and more...
Read Announcement
ConsoleWriter
An interface used to define a writer used by trace to print (log).

Summary

Constructors

constructor

Methods

write

Constructors

constructor

new ConsoleWriter(): ConsoleWriter
Returns ConsoleWriter

Methods

write

write(message: any, category: string, type?: number): void
Parameter Default Description
message
any

category
string

type
number

Returns void