Built-in Loggers
Ice provides a file-based logger as well as Unix- and Windows-specific logger implementations.
File Logger
The file-based logger is enabled via the Ice.LogFile property. This logger is available for all supported languages and platforms.
Syslog Logger
You can activate a logger that logs via the Unix syslog
implementation by setting the Ice.UseSyslog property.
Syslog Logger
On Linux, you can activate a logger that logs to the systemd journal by setting the Ice.UseSystemdJournal property.
Windows Logger
On Windows, subclasses of Ice::Service use the Windows application event log by default. The event log implementation is available for C++ applications.