Package com.unascribed.ears.common.debug
Class EarsLog.Tag
java.lang.Object
com.unascribed.ears.common.debug.EarsLog.Tag
- Enclosing class:
- EarsLog
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EarsLog.TagNonspecific common codestatic final EarsLog.TagCommon code related to agent patchingstatic final EarsLog.TagNonspecific common code, ignores ONLY_DEBUGstatic final EarsLog.TagCommon code related to the APIstatic final EarsLog.TagCommon code related to feature detectionstatic final EarsLog.TagCommon code related to mixin patchingstatic final EarsLog.TagCommon code related to renderingstatic final EarsLog.TagDummy tag to enable debug dots in the rendererstatic final EarsLog.TagNonspecific platform codestatic final EarsLog.TagPlatform code relating to patches and injectionsstatic final EarsLog.TagPlatform code relating to injected render hooksstatic final EarsLog.TagPlatform code related to loading imagesstatic final EarsLog.TagPlatform code related to rendering and render hookingstatic final EarsLog.TagPlatform code related to implementing the common render delegate -
Method Summary
-
Field Details
-
COMMON_ALWAYS
Nonspecific common code, ignores ONLY_DEBUG -
COMMON
Nonspecific common code -
COMMON_AGENT
Common code related to agent patching -
COMMON_API
Common code related to the API -
COMMON_FEATURES
Common code related to feature detection -
COMMON_MIXIN
Common code related to mixin patching -
COMMON_RENDERER
Common code related to rendering -
COMMON_RENDERER_DOTS
Dummy tag to enable debug dots in the renderer -
PLATFORM
Nonspecific platform code -
PLATFORM_LOAD
Platform code related to loading images -
PLATFORM_RENDERER
Platform code related to rendering and render hooking -
PLATFORM_RENDERER_DELEGATE
Platform code related to implementing the common render delegate -
PLATFORM_INJECT
Platform code relating to patches and injections -
PLATFORM_INJECT_RENDERER
Platform code relating to injected render hooks
-
-
Method Details