Archived

This forum has been archived. Please start a new discussion on GitHub.

Separate Ice trace messages

Hello!

I want to have two log files, one of which will have messages from the Ice.Trace.Protocol and the other - from Ice.Trace.Network. I create derived class of Ice::Logger and did what I wanted. But I have a question.
Where can I get a list of all categories, which can be transferred to the Ice::Logger::trace() function?

Thank you!

Comments

  • And another question: what message are passed by Ice to the Ice::Logger:: print() function?