This interface provides methods to issue information, warning and error messages.
- Companion
- object
Value members
Abstract methods
Concrete methods
All errors reported by this reporter (ignoring outer reporters)
All errors reported by this reporter (ignoring outer reporters)
The number of errors reported by this reporter (ignoring outer reporters)
The number of errors reported by this reporter (ignoring outer reporters)
Have errors been reported by this reporter, or in the case where this is a StoreReporter, by an outer reporter?
Have errors been reported by this reporter, or in the case where this is a StoreReporter, by an outer reporter?
Issue all error messages in this reporter to next outer one, or make sure they are written.
Issue all error messages in this reporter to next outer one, or make sure they are written.
Have errors been reported by this reporter (ignoring outer reporters)?
Have errors been reported by this reporter (ignoring outer reporters)?
Were sticky errors reported? Overridden in StoreReporter.
Were sticky errors reported? Overridden in StoreReporter.
Does this reporter contain errors that have yet to be reported by its outer reporter ? Note: this is always false when there is no outer reporter.
Does this reporter contain errors that have yet to be reported by its outer reporter ? Note: this is always false when there is no outer reporter.
Have warnings been reported by this reporter (ignoring outer reporters)?
Have warnings been reported by this reporter (ignoring outer reporters)?
If this reporter buffers messages, all buffered messages, otherwise Nil
If this reporter buffers messages, all buffered messages, otherwise Nil
If this reporter buffers messages, remove and return all buffered messages.
If this reporter buffers messages, remove and return all buffered messages.
Run op
and return true
if errors were reported by this reporter.
Run op
and return true
if errors were reported by this reporter.