Remove deprecated use of apply() built-in function from Logging.py
Using apply(...)
to unpack function arguments has been deprecated since
python 2.3. It was removed in python 3.5.
Using apply(...)
to unpack function arguments has been deprecated since
python 2.3. It was removed in python 3.5.