howto send notify outputs to different files?

Is there a way to send different notify outputs to different files?

I am configuring the server to use notify and i want the important messages such as ship deaths, player logins etc to be logged into a different file from say ship movemens, orders and who they attack?

It also would be nice to log panda3d specific messages into one files and game specific in another but still use the notify system.

We had always designed the notify system with this feature in mind, but it turned out never to be needed in practice so we never actually implemented it.

Note, however, that the Python-level notify system (DirectNotify) is completely unrelated from the C+±level notify system, so you can indeed route all Python-level notify messages to a different log file than all the C+±level notify messages.

David