...
Some logs contain special characters or methodology to end line of log records. When standard end of line characters are not used, it is possible to define to XpoLog the "logic" of different files line separation:
- Automatic (default) - XpoLog uses standard end of line characters to identify end of lines. This option is the most common one, only special logs require one of the below options in order to be supported.
- Dynamic Line Length - Specify the number of characters at the beginning of each line which defines the line's length. XpoLog will use the first specified chars to calculate the line's length and then will read it on the next line to calculate its length and so on.
- Fixed Line Length - Specify the fixed number of characters which represents represent a line.
- Line Fixed Suffix - Specify the term which appears at the end of each line as is.
- Line Fixed Prefix - Specify the term which appears at the beginning of each line as is.
...