Class LvLayoutDateNode

java.lang.Object
com.logviewer.formats.utils.LvLayoutDateNode
All Implemented Interfaces:
LvLayoutNode, Cloneable
Direct Known Subclasses:
LvLayoutLog4jISO8601Date, LvLayoutSimpleDateNode

public abstract class LvLayoutDateNode extends Object implements LvLayoutNode
  • Field Details

    • currentDate

      protected transient long currentDate
    • zone

      protected TimeZone zone
    • locale

      protected Locale locale
  • Constructor Details

    • LvLayoutDateNode

      public LvLayoutDateNode()
  • Method Details