if (!super.init(n, imh, sf, stopFlag)) return false;
// Create the log entry objects.
msgEntry = new MessageLogEntry(this, VERSION);
errEntry = new ErrorLogEntry(this, VERSION);
// Creates a DocMeter that shows average rates over the last 100 docs.
docMeter = new DocMeter(100);
// Create Strings instance and add it to the InitMapHolder.