Uses of Class
org.apache.log4j.lf5.util.DateFormatManager
-
Packages that use DateFormatManager Package Description org.apache.log4j.lf5.viewer -
-
Uses of DateFormatManager in org.apache.log4j.lf5.viewer
Fields in org.apache.log4j.lf5.viewer declared as DateFormatManager Modifier and Type Field Description protected DateFormatManagerLogTable. _dateFormatManagerMethods in org.apache.log4j.lf5.viewer that return DateFormatManager Modifier and Type Method Description DateFormatManagerLogBrokerMonitor. getDateFormatManager()Get the DateFormatManager for formatting dates.DateFormatManagerLogTable. getDateFormatManager()Get the DateFormatManager for formatting dates.Methods in org.apache.log4j.lf5.viewer with parameters of type DateFormatManager Modifier and Type Method Description voidLogBrokerMonitor. setDateFormatManager(DateFormatManager dfm)Set the date format manager for formatting dates.voidLogTable. setDateFormatManager(DateFormatManager dfm)Set the date format manager for formatting dates.
-