Search found 1 match

by egol
Thu Apr 16, 2020 4:12 pm
Forum: Writing a Parser
Topic: Using milisecond timestamp with regex parser
Replies: 1
Views: 5811

Using milisecond timestamp with regex parser

Hello, In my log the time stamp is the number of milisecond from the time I started to run the program that produce the log. For example: 21372 36105162 [Tmr Svc] [ERROR][WB_ZC208][36105162] ZC208_GetOverallStatus fail Here the 36105162 stands for 10:01:45.162 (HH:mm:ss.SSS) How can I make the parse...