Logging

All logging is sent to the debug console by default. Sending the SetLogging command with any data will switch it to use the LogReported client event instead.

Categories

Categories are used to group related logs together and assist in following state of individual systems.

The currently supported category values are:

  • General

  • ClientAPI

  • AudioStreamer

  • Bundles

  • FAnimator

  • Orb

  • All: every category

Examples

{
    "$type": "SetLogging",
    "severity": "Warning",
    "categories": "AudioStreamer, ClientAPI, Bundles"
}
{
    "$type": "SetLogging",
    "severity": "Warning",
    "categories": "All"
}