// Install the default loggers so the startup messages
// will be printed.
TextErrorLogPublisher startupErrorLogPublisher = null;
TextDebugLogPublisher startupDebugLogPublisher = null;
startupErrorLogPublisher =
TextErrorLogPublisher.getStartupTextErrorPublisher(
new TextWriter.STDOUT());
ErrorLogger.addErrorLogPublisher(startupErrorLogPublisher);