Class LvLayoutLog4jISO8601Date

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

public class LvLayoutLog4jISO8601Date extends LvLayoutDateNode
Date in ISO8601 format. log4J_1 and log2J_2 format ISO8601 in different way Log4j_1 : %d{ISO8601} = 2011-10-13 18:33:45,000 Log4j_2 : %d{ISO8601} = 2011-10-13T18:33:45,000 This class support both of those formats. LvLayoutLog4jISO8601Date works much faster than SimpleDateFormat
  • Constructor Details

    • LvLayoutLog4jISO8601Date

      public LvLayoutLog4jISO8601Date(boolean hasMilliseconds)
    • LvLayoutLog4jISO8601Date

      public LvLayoutLog4jISO8601Date(int milliseconds, boolean hasTimezone)
  • Method Details