Debug
DebugThread object
thread.log(options)
import { DebugThread } from '@empathize/framework';
function exampleFunction()
{
const debugThread = new DebugThread('exampleFunction', 'Initialized');
// do some stuff
debugThread.log({
message: [
'list',
'of',
'lines'
]
});
}DebugOptions
Name
Type
Description
Debug class
Debug.log(options)
Debug.merge(records)

About window
Main window
Debug.getRecords()
Debug.get()
Debug.handler(callback)
Debug.loggable(func)

Sync functions
Async functions
Last updated