Store stuff in logger object.
update_logger(log, log.stuff = list(), ...)
Arguments
log |
[enviroment ]
Logger initialized with init_logger . |
log.stuff |
[list ]
Named list of objects.
The subset specified by argument names of parameter what of init_logger
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 precdence, 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