credibledoc / credible-doc

Libraries and utilities for creation and maintaining of documents based on generated content
Apache License 2.0
14 stars 6 forks source link

Create a regex from a simpleDateFormat #3

Open credibledoc opened 5 years ago

credibledoc commented 5 years ago

Now it is mandatory to define simpleDateFormat as well as regex in a log-combiner.properties file. For example

regex[0] = \\d\\d\\.\\d\\d\\.\\d\\d\\d\\d\\;\\d\\d:\\d\\d:\\d\\d\\.\\d\\d\\d
simpleDateFormat[0] = dd.MM.yyyy;HH:mm:ss.SSS

Create a method for generation regex from defined simpleDateFormat.