Returns a string meaning "n elements".
Returns a string meaning "n elements".
Report a diagnostic
Report a diagnostic
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.
Does this reporter contain not yet reported errors or warnings?
Does this reporter contain not yet reported errors or warnings?
Should this diagnostic not be reported at all?
Should this diagnostic not be reported at all?
Print the summary of warnings and errors
Print the summary of warnings and errors
Summary of warnings and errors
Summary of warnings and errors
This class implements a Reporter that stores all messages
Beware that this reporter can leak memory, and force messages in two scenarios:
- During debugging
config.Printers.typr
is set fromnoPrinter
tonew Printer
, which forces the message - The reporter is not flushed and the message containers capture aContext
(about 4MB)