ODDebugger class
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!
Properties
console
class ➜ api.ODConsoleManager
An alias to the Open Ticket console manager.
visible
boolean ➜ boolean
When enabled, debug logs are also shown in the console.
Methods
constructor()
function ➜ api.ODDebugger
(no description)
View Parameters (1)
console
: class ➜api.ODConsoleManager
- Parameter Description Lorem Ipsum.
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)
Defaults
We're still working on this part of the documentation!
Examples
We're still working on this part of the documentation!