Uses of Enum Class
org.eclnt.util.logdt.ENUMLogCategory
Packages that use ENUMLogCategory
-
Uses of ENUMLogCategory in org.eclnt.util.logdt
Methods in org.eclnt.util.logdt that return ENUMLogCategoryModifier and TypeMethodDescriptionstatic ENUMLogCategoryENUMLogCategory.fromAbrreviation(String abbr) DTLogLine.getCategory()static ENUMLogCategoryReturns the enum constant of this class with the specified name.static ENUMLogCategory[]ENUMLogCategory.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclnt.util.logdt with parameters of type ENUMLogCategoryModifier and TypeMethodDescriptionvoidDTDummyLog.log(ENUMLogCategory logCategory, String expression, String detail, Throwable t) voidDTLog.log(ENUMLogCategory logCategory, String expression, String detail, Throwable t) Write log message into the design time log.voidIDTLog.log(ENUMLogCategory logCategory, String expression, String detail, Throwable t) voidDTLogLine.setCategory(ENUMLogCategory category)