ODConsoleMessage class
We are still working the API Reference! This page might be incomplete or doesn't contain all details!
Overview
This is an Open Ticket console message.
It is used to create beautiful & styled logs in the console with a prefix, message & parameters.
It also has full color support using ansis
and parameters are parsed for you!
Properties
color
type ➜ api.ODValidConsoleColor
The color of the prefix of this message
message
string ➜ string
The main message sent in the console
params
array ➜ api.ODConsoleMessageParam[]
An array of all the parameters in this message
prefix
string ➜ string
The prefix of this message (!uppercase recommended!)
Methods
constructor()
function ➜ api.ODConsoleMessage
(no description)
View Parameters (4)
message
: string ➜string
- Parameter Description Lorem Ipsum.prefix
: string ➜string
- Parameter Description Lorem Ipsum.color
: type ➜api.ODValidConsoleColor
- Parameter Description Lorem Ipsum.params
: array ➜api.ODConsoleMessageParam[]
- Parameter Description Lorem Ipsum.
createParamsString()
function ➜ string
Render the parameters of this message in a specific color.
View Parameters (1)
color
: type ➜api.ODValidConsoleColor
- Parameter Description Lorem Ipsum.
render()
function ➜ boolean
Render this message to the console using console.log
! Returns false
when something went wrong.
setColor()
function ➜ api.ODConsoleMessage
Set the prefix color
View Parameters (1)
color
: type ➜api.ODValidConsoleColor
- Parameter Description Lorem Ipsum.
setMessage()
function ➜ api.ODConsoleMessage
Set the message
View Parameters (1)
message
: string ➜string
- Parameter Description Lorem Ipsum.
setParams()
function ➜ api.ODConsoleMessage
Set the params
View Parameters (1)
params
: array ➜api.ODConsoleMessageParam[]
- Parameter Description Lorem Ipsum.
setPrefix()
function ➜ api.ODConsoleMessage
Set the prefix
View Parameters (1)
prefix
: string ➜string
- Parameter Description Lorem Ipsum.
toDebugString()
function ➜ string
Create a more-detailed, non-colored version of this message to store it in the otdebug.txt
file!
Defaults
We're still working on this part of the documentation!
Examples
We're still working on this part of the documentation!