8.6 Released with 🥽 visionOS support and more!
Check it out
TraceWriter
interface TraceWriter {
  write(message: any, category: string, type?: number): void;
}
An interface used to define a writer used by trace to print (log).

Summary

Methods

write

Methods

write

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

category
string

type
number

Returns void