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.
- Custom Processor Corbin Hoenes
- Re: Custom Processor Eric Yang
- Re: Custom Processor Corbin Hoenes
- Re: Custom Processor James Seigel
- Re: Custom Processor Eric Yang
- Re: Custom Processor James Seigel
- Re: Custom Processor Corbin Hoenes
- Re: Custom Processor Eric Yang
- Re: Custom Processor Ariel Rabkin