Working With Log Files > Event log file formats > Custom format
|
|
The LogFormat defines the content of the log file using printf-style format strings.
|
|
The LogFilter defines a filter so that you include or exclude certain information from the log file.
|
|
The LogObject specifies all the information needed to produce a log file. For example:
|
|
|
Any filters you want to use (previously defined LogFilter objects).
|
To generate a custom log format, you must specify at least one LogObject definition. One log file is produced for each LogObject definition. You can create a custom log format in the Content Gateway manager or by editing a configuration file.
|
1.
|
2.
|
The Custom Log File Definitions area displays the logs_xml.config file. Add LogFormat, LogFilter, and LogObject specifications to the configuration file.
|
3.
|
Click Apply.
|
Working With Log Files > Event log file formats > Custom format
|