// 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.
strings = new Strings();
initMapHolder.setEntry(this, InitMapHolder.STRINGS, strings);