Class LogReporter

  • All Implemented Interfaces:
    Appendable, AutoCloseable, Reporter

    public class LogReporter
    extends Object
    implements Reporter
    Write curation report records through the logging framework. Whole lines (strings ending in '\n') are written to the log category "curation". Any partial line is flushed when the reporter is close()d.
    Author:
    mhwood