Represents Ice's abstraction for logging and tracing. Applications can provide their own logger by
implementing this abstraction and supplying a logger in InitializationData.
Remarks
The Ice runtime calls print, trace, warning and error while
performing internal operations. Implementations of these methods must not throw exceptions: a thrown
exception can leave the Ice runtime in an inconsistent state or terminate the program.
Represents Ice's abstraction for logging and tracing. Applications can provide their own logger by implementing this abstraction and supplying a logger in InitializationData.
Remarks
The Ice runtime calls print, trace, warning and error while performing internal operations. Implementations of these methods must not throw exceptions: a thrown exception can leave the Ice runtime in an inconsistent state or terminate the program.
See
InitializationData