T
TonyJ
Hello!
Assume I have several exe files running and all these constitute the actual
application.
To be able to log errors and different types of trace my intention is to
have a separate exe file that take care of the actual writing to a file.
Between the exe files(application) and the exe file that is handle the
writing of errors and trace my intention is to use interprocess
communication.
I have used interprocesscommunication when I worked with C++ but not in C#.
Now I wonder can anybody give me a hint about where to find some example
about which classes and so on to use for this matter.
By the way is interprocesscommunication the best way to send message between
processes when working with C#.
//Tony
Assume I have several exe files running and all these constitute the actual
application.
To be able to log errors and different types of trace my intention is to
have a separate exe file that take care of the actual writing to a file.
Between the exe files(application) and the exe file that is handle the
writing of errors and trace my intention is to use interprocess
communication.
I have used interprocesscommunication when I worked with C++ but not in C#.
Now I wonder can anybody give me a hint about where to find some example
about which classes and so on to use for this matter.
By the way is interprocesscommunication the best way to send message between
processes when working with C#.
//Tony