Inbuilt CSV File Log Writer
Overview
The inbuilt CSV file log writer is functionally similar to the CSV File Log Writer. Refer to that documentation for operation details. Note that the log file prefix cannot be set for the inbuilt CSV File log writer; it is hard-coded to UnifyLog.
Configuration
The inbuilt CSV file log writer requires the following by way of configuration.

| Attribute | Description |
|---|---|
| Enabled | If the log writer is enabled. If not, logs will not be written to the CSV files. |
| Minimum Logging Level | The minimum allowable logging level for the log writer. Logs that fall below this logging level will not be written. |
| Clear Logs | If older log files should be cleared. If selected, a number of days to keep logs must be set. |
| Days to keep built-in logs | Specifies the number of days that old log files are kept for. If this is not specified than old files are never removed. |
| Directory | Specifies the directory that the log files will be created in. The UNIFYConnect service account must have write permissions to this directory. If this attribute is not specified then UNIFYConnect will log to the current process directory. As this for a service is usually C:\Windows\System32, it is recommended a value is always set. |