Functions Documentation
View Function Edit Function
Name dbgLog
Syntax (dbgLog expression^1)
Argument List expression: Prints out the expression to the log.
Returns A string representing what was output to the log file.
Category debug, 0.99
Description Outputs the expressions to the debug.log file. Can be lists, strings, functions (only outputs the name of the function), or numbers.
Example
(dbgLog '(1 2 3 4))

Outputs (1 2 3 4) to the log file.
Comment Very useful in outputting large amounts of data or data that you want to look over at your leisure.