Store stuff in logger object.
log_update(log, log.stuff = list(), ...)
Arguments
| log |
[enviroment]
Logger initialized with log_init. |
| log.stuff |
[list]
Named list of objects.
The subset specified by argument names of parameter what of log_init
will be stored. |
| ... |
[any]
Variable argument list as another possibility to pass objects.
These arguments are merged with log.stuff. Note that the dot-args
have precedence, i.e., objects in log.stuff are owerwritten by objects
named equally in the dot-args list (...). |
Value
Nothing. The function modifies log in-place.
See also