logger.log(Level.FINE,"Material parameter {0} needs a {1} texture, texture {2} was switched to {3} color space.",newObject[]{name,paramDef.getColorSpace().toString(),value.getName(),value.getImage().getColorSpace().name()});
logger.log(Level.WARNING,"texture {0} has a {1} color space, but material parameter {2} has no color space requirement, this may lead to unexpected behavior.\n Cheack wether the image was not set to another material parameter with a linear color space, or that you did not set the ColorSpace to Linear using texture.getImage.setColorSpace().",newObject[]{value.getName(),value.getImage().getColorSpace().name(),name});
logger.log(Level.FINE,"Material parameter {0} needs a {1} texture, "