API Reference

Class List

Tracing

Log tracing functionality, allowing for tracing of the internal functionality of the engine. Note that the trace logging only takes place in the debug build of the engine and is stripped out in other builds.

Summary

Static Methods

get

Test if the trace channel is enabled.

set

Enable or disable a trace channel.

Properties

stack

Enable call stack logging for trace calls.

Details

Static Methods

get(channel)

Test if the trace channel is enabled.

Parameters

channelstring

Name of the trace channel.

Returns

boolean
  • True if the trace channel is enabled.

Constructor

Tracing()

Properties

booleanstack

Enable call stack logging for trace calls. Defaults to false.