Skip to main content
Skip table of contents

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.

See Also
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.