Our application has a very readable, but quite unindexable format. Currently, its coming in as multiple lines, which is making my search results a bear to deal with. The format looks like this:
Entering:
Client:ClientCompanyName
LoggedInUser:
[email protected]
Class:SurveyDAO
Method:isAdminUser(
[email protected])
StartTime: 2015-01-30 00:54:44 678
Query:select adminFlag from Accounts where id= ?
EndTime:2015-01-30 00:54:44 990
Anyone provide some help in defining a decent file input for that?
... View more