8.16.0.4
20 Logging
Functions for logging information and reporting moving averages of some types of quantities.
Begin log reporting. This function starts a thread with a log-receiver for malt specific
logging.
This function must be invoked before any logs are displayed or averaged.
Records qty as another datapoint for name. If name supports it,
a moving average of 6 data points will be logged in a message every 20 calls to record.
Currently the only name that supports moving average calculation is 'loss.
Returns a loss-function that records the loss produced by loss-fn, using
the name 'loss.
Resets the logging window for record and with-recording. The average is set to 0.0 and the count of
revisions is set to 0.
syntax
(log-malt-fatal format-string-expr v ...)
syntax
(log-malt-error format-string-expr v ...)
syntax
(log-malt-warning format-string-expr v ...)
syntax
(log-malt-info format-string-expr v ...)
syntax
(log-malt-debug format-string-expr v ...)
Log a message at the associated level. Follows conventions of the default Racket logger.