message EventLogEntry with EntryInfo { Regex = @"(?[^\x20]*) (?[^:]*): (?[^:]*) : (?[^:]*): (?.*)" , Priority = 1 } : LogEntry { string Component; string LevelString; int Level; string ClientRequestId; string Description; }