Optional Parameters
- separator: The character separator that determines each new line. The default value is the newline character (
\n). - encoding: The encoding to use. The allowed values are determined by the JVM/OS being used. Values for encodings that are generally supported by most operating systems and JVMs include
UTF-8,ASCII,windows-1252, andISO-8859-2. The default isUTF-8.
Output Attributes
- line: The line number of the data being pushed out from the message.
- data: The line data from the message.