Interface CoreDebugFlags
public interface CoreDebugFlags
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final boolean
Tell getEntityInstanceByBasePK to log each step of resolving a BasePK into an EntityInstance.static final boolean
Turns on informational messages about Entity Locks in EntityLockControl.static final boolean
Tell sendEvent to log every event that it is told to send.static final boolean
Tell getEntityInstanceByBasePK to log if it is passed a null BasePK, a componentVendorName that cannot be resolved, or a entityType that cannot be resolved.
-
Field Details
-
LogSentEvents
Tell sendEvent to log every event that it is told to send.- See Also:
-
LogUnresolvedEntityInstances
Tell getEntityInstanceByBasePK to log if it is passed a null BasePK, a componentVendorName that cannot be resolved, or a entityType that cannot be resolved.- See Also:
-
LogEntityInstanceResolution
Tell getEntityInstanceByBasePK to log each step of resolving a BasePK into an EntityInstance.- See Also:
-
LogEntityLocks
Turns on informational messages about Entity Locks in EntityLockControl.- See Also:
-