Skip to main content

ODDebugger class

under construction

We are still working the API Reference! This page might be incomplete or doesn't contain all details!

Overview

This is the Open Ticket debugger.

It is a simple wrapper around the ODConsoleManager to handle debugging (primarily for ODManagers). Messages created using this debugger are only logged to the debug file unless specified otherwise.

You will probably notice this class being used in the ODManager constructor.

Using this system, all additions & removals inside a manager are logged to the debug file. This makes searching for errors a lot easier!

View Source

Properties


console class api.ODConsoleManager

An alias to the Open Ticket console manager.

View Source


visible boolean boolean

When enabled, debug logs are also shown in the console.

View Source


Methods


constructor() function api.ODDebugger

(no description)

View Parameters (1)

View Source


debug() function boolean

Create a debug message. This will always be logged to otdebug.txt & sometimes to the console (when enabled). Returns true when visible

View Parameters (2)
  • message: string string - Parameter Description Lorem Ipsum.
  • params: array {key:string, value:string}[] - Parameter Description Lorem Ipsum.

View Source


Defaults

under construction

We're still working on this part of the documentation!

Examples

under construction

We're still working on this part of the documentation!