ODConsoleManager 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 console manager.
It handles the entire console system of Open Ticket. It's also the place where you need to log ODConsoleMessage
's.
This manager keeps a short history of messages sent to the console which is configurable by plugins.
The debug file (otdebug.txt
) is handled in a sub-manager!
Properties
debugfile
class ➜ api.ODDebugFileManager
An alias to the debugfile manager. (otdebug.txt
)
history
array ➜ (api.ODConsoleMessage|api.ODError)[]
The history of ODConsoleMessage
's and ODError
's since startup
historylength
number ➜ number
The max length of the history. The oldest messages will be removed when over the limit
Methods
constructor()
function ➜ api.ODConsoleManager
(no description)
View Parameters (2)
historylength
: number ➜number
- Parameter Description Lorem Ipsum.debugfile
: class ➜api.ODDebugFileManager
- Parameter Description Lorem Ipsum.
log()
function ➜ void
Log a message to the console ... But in the Open Ticket way :)
View Parameters (1)
message
: class ➜api.ODConsoleMessage
- Parameter Description Lorem Ipsum.
Defaults
We're still working on this part of the documentation!
Examples
We're still working on this part of the documentation!