log-message ( msg word level -- )
Furnace framework » Logging framework » Logging messages

Next:log-error ( error word -- )


Vocabulary
logging

Inputs
msga string
worda word
levela log level


Outputs
None

Word description
Sends a message to the current log if the level is more urgent than log-level. Does nothing if not executing in a dynamic scope established by with-logging.

Definition