Uses of Enum Class
org.eclipse.net4j.util.om.log.RollingLog.PropertiesEvent.Type
Packages that use RollingLog.PropertiesEvent.Type
Package
Description
Interfaces and classes for platform-independent logging.
-
Uses of RollingLog.PropertiesEvent.Type in org.eclipse.net4j.util.om.log
Methods in org.eclipse.net4j.util.om.log that return RollingLog.PropertiesEvent.TypeModifier and TypeMethodDescriptionRollingLog.PropertiesEvent.getType()
Returns the enum constant of this class with the specified name.static RollingLog.PropertiesEvent.Type[]
RollingLog.PropertiesEvent.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.eclipse.net4j.util.om.log with parameters of type RollingLog.PropertiesEvent.TypeModifierConstructorDescriptionPropertiesEvent
(RollingLog rollingLog, RollingLog.PropertiesEvent.Type type, Properties properties)