protected Object handleDisableLoggingValue() {
return createNoneLoggingFactoryConfig();
}
protected NoneLoggingFactoryConfig createNoneLoggingFactoryConfig() {
return new NoneLoggingFactoryConfig();
}
protected Object handleEnableLoggingValue() {
return this.createPropertiesFileLoggingConfig();
}