HomeSort by relevance Sort by last modified time
    Searched defs:LOGGER (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
ConstraintAction.java 8 import java.util.logging.Logger;
15 private static final Logger LOGGER = Logger.getLogger(ConstraintAction.class.getName());
40 LOGGER.log(Level.WARNING, "'Action' constraint NOT implemented!");
ConstraintChildOf.java 8 import java.util.logging.Logger;
15 private static final Logger LOGGER = Logger.getLogger(ConstraintChildOf.class.getName());
40 LOGGER.log(Level.WARNING, "ChildOf constraint NOT implemented!");
ConstraintClampTo.java 8 import java.util.logging.Logger;
15 private static final Logger LOGGER = Logger.getLogger(ConstraintClampTo.class.getName());
41 LOGGER.log(Level.INFO, "'Clamp to' not yet implemented! Curves not yet implemented!", name);
ConstraintDampTrack.java 4 import java.util.logging.Logger;
16 private static final Logger LOGGER = Logger.getLogger(ConstraintDampTrack.class.getName());
41 LOGGER.log(Level.WARNING, "'Damp Track' constraint NOT implemented!");
ConstraintFollowPath.java 8 import java.util.logging.Logger;
15 private static final Logger LOGGER = Logger.getLogger(ConstraintFollowPath.class.getName());
40 LOGGER.log(Level.INFO, "'Follow path' not implemented! Curves not yet implemented!");
ConstraintLockTrack.java 8 import java.util.logging.Logger;
15 private static final Logger LOGGER = Logger.getLogger(ConstraintLockTrack.class.getName());
41 LOGGER.log(Level.WARNING, "'Lock track' constraint NOT implemented!");
ConstraintMinMax.java 8 import java.util.logging.Logger;
15 private static final Logger LOGGER = Logger.getLogger(ConstraintMinMax.class.getName());
40 LOGGER.log(Level.WARNING, "'Min max' constraint NOT implemented!");
ConstraintPivot.java 4 import java.util.logging.Logger;
16 private static final Logger LOGGER = Logger.getLogger(ConstraintPivot.class.getName());
42 LOGGER.log(Level.WARNING, "'Pivot' constraint NOT implemented!");
ConstraintPython.java 8 import java.util.logging.Logger;
15 private static final Logger LOGGER = Logger.getLogger(ConstraintPython.class.getName());
40 LOGGER.log(Level.WARNING, "'Python' constraint NOT implemented!");
ConstraintRigidBodyJoint.java 8 import java.util.logging.Logger;
15 private static final Logger LOGGER = Logger.getLogger(ConstraintRigidBodyJoint.class.getName());
40 LOGGER.log(Level.WARNING, "'Rigid body joint' constraint NOT implemented!");
ConstraintSplineInverseKinematic.java 4 import java.util.logging.Logger;
16 private static final Logger LOGGER = Logger.getLogger(ConstraintSplineInverseKinematic.class.getName());
42 LOGGER.log(Level.WARNING, "'Splie IK' constraint NOT implemented!");
ConstraintStretchTo.java 8 import java.util.logging.Logger;
15 private static final Logger LOGGER = Logger.getLogger(ConstraintStretchTo.class.getName());
40 LOGGER.log(Level.WARNING, "'Stretch to' constraint NOT implemented!");
ConstraintTransform.java 8 import java.util.logging.Logger;
15 private static final Logger LOGGER = Logger.getLogger(ConstraintAction.class.getName());
40 LOGGER.log(Level.WARNING, "'Transform' constraint NOT implemented!");
ConstraintInverseKinematics.java 10 import java.util.logging.Logger;
17 private static final Logger LOGGER = Logger.getLogger(ConstraintInverseKinematics.class.getName());
126 // LOGGER.severe(e.getLocalizedMessage());
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/blending/
TextureBlenderFactory.java 4 import java.util.logging.Logger;
16 private static final Logger LOGGER = Logger.getLogger(TextureBlenderFactory.class.getName());
70 LOGGER.log(Level.WARNING, "Image type not yet supported for blending: {0}. Returning a blender that does not change the texture.", format);
TextureBlenderAWT.java 6 import java.util.logging.Logger;
39 private static final Logger LOGGER = Logger.getLogger(TextureBlenderAWT.class.getName());
147 LOGGER.log(Level.WARNING, "Image type not yet supported for blending: {0}", imageFormat);
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/
BlenderModelLoader.java 43 import java.util.logging.Logger;
51 private static final Logger LOGGER = Logger.getLogger(BlenderModelLoader.class.getName());
65 LOGGER.log(Level.INFO, "{0}: {1}--> {2}", new Object[]{((Node) object).getName(), ((Node) object).getLocalTranslation().toString(), ((Node) object).getParent() == null ? "null" : ((Node) object).getParent().getName()});
77 LOGGER.log(Level.SEVERE, e.getMessage(), e);
AbstractBlenderLoader.java 55 import java.util.logging.Logger;
62 private static final Logger LOGGER = Logger.getLogger(AbstractBlenderLoader.class.getName());
92 LOGGER.log(Level.SEVERE, e.getLocalizedMessage(), e);
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/cameras/
CameraHelper.java 10 import java.util.logging.Logger;
18 private static final Logger LOGGER = Logger.getLogger(CameraHelper.class.getName());
66 LOGGER.log(Level.WARNING, "Unknown camera type: {0}. Perspective camera is being used!", type);
97 LOGGER.log(Level.WARNING, "Unknown camera type: {0}. Perspective camera is being used!", type);
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/lights/
LightHelper.java 47 import java.util.logging.Logger;
55 private static final Logger LOGGER = Logger.getLogger(LightHelper.class.getName());
82 LOGGER.log(Level.WARNING, "'Sun' lamp is not supported in jMonkeyEngine.");
99 LOGGER.log(Level.WARNING, "'Hemi' lamp is not supported in jMonkeyEngine.");
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/modifiers/
ObjectAnimationModifier.java 6 import java.util.logging.Logger;
23 private static final Logger LOGGER = Logger.getLogger(ObjectAnimationModifier.class.getName());
66 LOGGER.log(Level.WARNING, "Armature modifier is invalid! Cannot be applied to: {0}", node.getName());
ParticlesModifier.java 20 import java.util.logging.Logger;
28 private static final Logger LOGGER = Logger.getLogger(MirrorModifier.class.getName());
59 LOGGER.log(Level.WARNING, "Particles modifier is invalid! Cannot be applied to: {0}", node.getName());
ModifierHelper.java 38 import java.util.logging.Logger;
55 private static final Logger LOGGER = Logger.getLogger(ModifierHelper.class.getName());
101 LOGGER.log(Level.WARNING, "Unsupported modifier type: {0}", modifierStructure.getType());
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
ImageLoader.java 40 import java.util.logging.Logger;
49 private static final Logger LOGGER = Logger.getLogger(ImageLoader.class.getName());
80 LOGGER.warning("Image could not be loaded by none of available loaders!");
104 LOGGER.info("Unable to load image using AWT loader!");
111 LOGGER.info("Unable to load image using DDS loader!");
118 LOGGER.info("Unable to load image using TGA loader!");
TexturePixel.java 8 import java.util.logging.Logger;
16 private static final Logger LOGGER = Logger.getLogger(TexturePixel.class.getName());
145 LOGGER.log(Level.FINEST, "Unknown type of texture: {0}. Black pixel used!", imageFormat);

Completed in 149 milliseconds

1 2 3