Trace
From Utopia MVC
Stores a message for debug purposes
[toc]Description
void trace (string $message)
Adds the message to the MVCEnvironment -> stackTrace array, who is shown when in MVCEnvironment -> debug is true.
Parameters
- message
- the message you want to record in the debug stack.
Return Values
No value is returned.