Package org.apache.jmeter.gui
Class MainFrame.ErrorsAndFatalsCounterLogTarget
- java.lang.Object
-
- org.apache.jmeter.gui.MainFrame.ErrorsAndFatalsCounterLogTarget
-
-
Field Summary
Fields Modifier and Type Field Description AtomicInteger
errorOrFatal
-
Constructor Summary
Constructors Constructor Description ErrorsAndFatalsCounterLogTarget()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clearData()
Clears the current data of the object.void
processEvent(LogEvent event)
-
-
-
Field Detail
-
errorOrFatal
public AtomicInteger errorOrFatal
-
-