Launch Modules using gyarpmanager - Writing the console output to a file in windows #14
-
Hi, I would like to know if for a module that is launched using gyarpmanager, is there a possibility of writing the console output to a file in windows? Assume the following: Yarp server is already running module> When this Module1 is launched using gyarpmanager, the console output that corresponds to Module1 is printed on the console window where /node1 was created. The question is, how could one write this console output to a file? ( I am actually interested in the console output of Module1 being written to a file when launched using gyarpmanager) Any help or suggestion in this context is much appreciated. Thank you very much for understanding. Regards, Sharath |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Lately, @randaz81 has made available the As side note, consider calling |
Beta Was this translation helpful? Give feedback.
Lately, @randaz81 has made available the
yarplogger
utility to systematically monitor modules output running on a cluster of machines. This might be of some help for you, even though the direct production of a file - if this is your aim - is not addressed, I think... or not @randaz81?As side note, consider calling
yarpmanager
instead ofgyarpmanager
from now on (after update).