Logging

Overview

UNIFYBroker logs notable events, warnings, and errors.

By default the CSV file log is configured, however it should not be used in its default state. See CSV File Log Writer for an explanation. A service failure will be logged to the Windows Application Event Log. This is consistent with most Windows services.

Configuration

Additional personalized log writers can be configured from the logging tab, including:

Log writers can additionally be throttled and filtered based on custom log writer properties.

Image 3760

Name Description
Throttle Time Interval An interval in milliseconds between logs being written by the log writer.
Minimum Logging Level The minimum allowable logging level for the log writer. Logs that fall below this logging level will not be written.
Minimum Severity Type The minimum allowable severity type for the log writer. Logs that fall below this severity type will not be written.

Is this article helpful for you?