Ice Reference Documentation | ||
---|---|---|
<<< Previous | Slice Documentation | Next >>> |
local interface |
The Ice message logger. Applications can provide their own logger by implementing this interface and installing it in a communicator.
void print(string message); |
Print a message. The message is printed literally, without any decorations such as executable name or time stamp.
void trace(string category, string message); |
Log a trace message.
The trace category.
The trace message to log.
void warning(string message); |
Log a warning message.
The warning message to log.
<<< Previous | Home | Next >>> |
Ice::LocatorRegistry | Up | Ice::MarshalException |