CFML Functions
debugging Category functions
Function Name | Description |
---|---|
Assert | Evaluates an expression and throws an exception if the expression evaluates to false; it does nothing if the expression evaluates to true |
Console | If the console has been turned on, or the request is coming from 127.0.0.1 (local), will output the variable to the engine console |
Consoleoutput | Turns on/off the output to the console for the Console() function |