Skip to main content

ODConsoleManager 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 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!

View Source

Properties


debugfile class api.ODDebugFileManager

An alias to the debugfile manager. (otdebug.txt)

View Source


history array (api.ODConsoleMessage|api.ODError)[]

The history of ODConsoleMessage's and ODError's since startup

View Source


historylength number number

The max length of the history. The oldest messages will be removed when over the limit

View Source


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.

View Source


log() function void

Log a message to the console ... But in the Open Ticket way :)

View Parameters (1)

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!