| Class | Clog::Agent |
| In: |
lib/clog.rb
|
| Parent: | Object |
This method is called for every line in the log file(s). If this line has already been handled by another agent, handled will be true. This is just informative, you can still do whatever you want with the line. If another agent already consumed this line, then this will never be called.
Returns one of {:unhandled, :handled, :consumed}