Ice Reference Documentation | ||
---|---|---|
<<< Previous | Slice Documentation | Next >>> |
local interface Logger |
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.
<<< Previous | Home | Next >>> |
Ice::LocatorRegistry | Up | Ice::MarshalException |