Searched refs:timestampFormat (Results 1 – 2 of 2) sorted by relevance
162 private String timestampFormat = FMT_DEFAULT; field in XMLReporterConfig205 return timestampFormat; in getTimestampFormat()208 public void setTimestampFormat(String timestampFormat) { in setTimestampFormat() argument209 this.timestampFormat = timestampFormat; in setTimestampFormat()
245 public void setTimestampFormat(String timestampFormat) { in setTimestampFormat() argument246 config.setTimestampFormat(timestampFormat); in setTimestampFormat()