protected LoggingManagerInternal createLoggingManager() {
return getFactory(LoggingManagerInternal.class).create();
}
protected ProjectConfigurationActionContainer createProjectConfigurationActionContainer() {
return new DefaultProjectConfigurationActionContainer();
}