public class MessageReport extends Object
Constructor and Description |
---|
MessageReport() |
Modifier and Type | Method and Description |
---|---|
static void |
decreasingWithTrace(AtomicInteger errorCount,
String message,
Logger logger)
Issues message at warning or fine level (fine if enabled, includes stack trace)
|
public static void decreasingWithTrace(AtomicInteger errorCount, String message, Logger logger)
errorCount
- the count of errors used to decrease the frequencymessage
- the messagelogger
- the logger to useCopyright © 2006–2017 The Apache Software Foundation. All rights reserved.