with-logging ( service quot -- )
Furnace framework » Logging framework » Log files

Next:log-path ( service -- path )


Vocabulary
logging

Inputs
servicea log service name
quota quotation


Outputs
None

Word description
Calls the quotation a new dynamic scope where all logging calls more urgent than log-level are sent to the log file for service.

Definition