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 ENUMLogCategory
ENUMLogCategory.fromAbrreviation
(String abbr) DTLogLine.getCategory()
static ENUMLogCategory
Returns 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 TypeMethodDescriptionvoid
DTDummyLog.log
(ENUMLogCategory logCategory, String expression, String detail, Throwable t) void
DTLog.log
(ENUMLogCategory logCategory, String expression, String detail, Throwable t) Write log message into the design time log.void
IDTLog.log
(ENUMLogCategory logCategory, String expression, String detail, Throwable t) void
DTLogLine.setCategory
(ENUMLogCategory category)