Handbook
Glossary
Logging messages
Furnace framework
ยป
Logging framework
Prev:
Log levels
Next:
Log rotation
Logging messages explicitly:
log-message
( msg word level -- )
log-error
( error word -- )
log-critical
( error word -- )
A utility for defining words which just log and do nothing else:
LOG:
Annotating words to log; this uses the
Word annotations
feature:
add-input-logging
( word level -- )
add-output-logging
( word level -- )
add-error-logging
( word level -- )