Kittyfisto / Tailviewer

Open source log file viewer
https://kittyfisto.github.io/Tailviewer/
MIT License
184 stars 38 forks source link

Refactor Log File (continued) #283

Closed Kittyfisto closed 3 years ago

Kittyfisto commented 3 years ago

Fixes #200

Reason for this change

ILogFile continues to have properties (as in C# properties) which shouldn't be modeled as such and instead be an ILogFIlePropertyDescriptor:

Any expected problems concerning backwards compatibility of existing plugins?

Yes - Any plugin implementing ILogFile

Changed Types

Any expected problems concerning backwards compatibility of existing user settings?

No

Does this break existing user workflows?

No