Handbook
Glossary
add-input-logging ( word level -- )
Furnace framework
»
Logging framework
»
Logging messages
Prev:
LOG:
Next:
add-output-logging ( word level -- )
Vocabulary
logging
Inputs
word
a
word
level
a log level
Outputs
None
Word description
Causes the word to log its input values every time it is called. The word must have a stack effect declaration.
Definition
IN:
logging
:
add-input-logging
( word level -- )
[
input-logging-quot
]
(define-logging)
;