Package gov.nasa.pds.citool.logging
Class IngestFormatter
- java.lang.Object
-
- java.util.logging.Formatter
-
- gov.nasa.pds.citool.logging.IngestFormatter
-
public class IngestFormatter extends Formatter
Class to format the report when running the Catalog Ingestion Tool to ingest catalog files.- Author:
- hyunlee
-
-
Constructor Summary
Constructors Constructor Description IngestFormatter()
-
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
-
-