Class HarvestFormatter
- java.lang.Object
-
- java.util.logging.Formatter
-
- gov.nasa.pds.harvest.search.logging.formatter.HarvestFormatter
-
public class HarvestFormatter extends Formatter
Class that formats the Harvest logging messages.- Author:
- mcayanan
-
-
Constructor Summary
Constructors Constructor Description HarvestFormatter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
format(LogRecord record)
String
getTail(Handler handler)
-
Methods inherited from class java.util.logging.Formatter
formatMessage, getHead
-
-