Hi all, i have problems with reading the AnyConnect.txt log file, i need a parser for my log file viewer (GamutLogViewer).
The Windows Eventlog Viewer (AnyConnect.evtx) is not a good tool for me to read this file, this is the reason for me to read the *.txt file with my LogFileViewer, but i have no parser for it. Any other logfile that i analyse have seperated columns for date, time, process, message, .... so it makes it easier for me to read them in my viewer.

Example
Date : 06/22/2017
Time : 08:24:24
Type : Information
Source : acvpnui
Description : Function: ConnectMgr::processCSDData
File: ConnectMgr.cpp
Line: 3533
CSD detected, launching CSD.
******************************************
Date : 06/22/2017
Time : 08:24:24
Type : Information
Source : acvpnui
Description : Message type information sent to the user:
Posture Assessment: Required for access
******************************************
Date : 06/22/2017
Time : 08:24:24
Type : Information
Source : acvpnui
Description : Function: ConnectMgr::launchCSDStub
File: ConnectMgr.cpp
Line: 7567
Gathering CSD version information.
******************************************