No, and it is actually pretty tricky.
In C++ one can create a log stream and attach that to the logger. However, Python is wrapping C, and inside the C object of a File in Python we have a C File pointer. The trick is to get the this file pointer from C-Python and turn it into a ostream in C++. I tried a couple of years ago but failed...
Do not expect that I will try again in any reasonable time :)