A logger printer proxy that suppresses repeated messages, printing a summary message instead.
Creates a new NoRepeatPrinterProxy.
The underlying printer to proxy to.
Optional
Options for the proxy.
If the printer is linked to a TTY, clear the console.
Close the printer and release any resources.
Flush any buffered output.
Print a log record.
The log record to output
A logger printer proxy that suppresses repeated messages, printing a summary message instead.