So I'm implementing a custom processor and my processor get's a recordEntry 
passed to it's parse method.  It has more than a single log line it.  Is this 
the responsibility of my processor to split it up into lines?  The nextLine() 
method in AbstractProcessor made me think that I'd always be passed a single 
line.

Reply via email to