Returns a clone of the logger with a new prefix.
The new prefix for the logger.
A logger instance.
Returns this logger's prefix.
The prefix.
Prints a message. The message is printed literally, without any decorations such as executable name or timestamp.
The message to log.
Logs a trace message.
The trace category.
The trace message to log.
Represents Ice's abstraction for logging and tracing. Applications can provide their own logger by implementing this abstraction and setting a logger on the communicator.
See
InitializationData