In the root directory of the application there's a
xelogConfig.xml file. Currently it supplies list of views for the user to choose from.
Edit Structure
>
| xelogConfig | Root element. Wraps configuration. |
|---|
| views | Wraps views list. |
| views/view | A single item in the views list. Describes a view user can use to view the log file. |
| view/@nref | Reference to the view folder name in views folder. Xelog will look for the views/nref/view.xslt file. |
| view/#text | View description to show to the user. |