private GwtExceptionModel em;
//@Override
public void onModuleLoad() {
sys = new GwtStatisticsEventSystem();
panelComponent = new DefaultDebugStatisticsDebugPanelComponent(null);
xmlComponent = panelComponent.xmlComponent();
logComponent = new DefaultRawLogDebugPanelComponent(sys);
em = new GwtExceptionModel();
// Find the debug-panel div, or add it to (current) bottom of page.