Simon Mießler

Results 88 issues of Simon Mießler

### Current behaviour Tailviewer applies heuristics to guess the log level of a log entry by searching for very specific strings, namely those that fit the log levels written by...

enhancement

- [ ] Change Follow Tail button to custom scroll down icon: ``` M 8 2 C 6.3 2 5 3.3 5 5 L 5 16 L 7 16 L...

- [x] All types in the Tailviewer.Api project should be in the Tailviewer.Api namespace - [x] All types in the Tailviewer.Core project should be in the Tailviewer.Core namespace

breaks plugin compatability
refactoring

Now that several options which were previously handled in IDataSource are about to be moved down to the ILogSource and be handled as IProperties, there needs to be a serialization...

breaks plugin compatability

As part of the proof of concept of the tabular log file viewer, Tailviewer should start supporting one or the other json log file format (TODO: Research how many there...

enhancement

### Current behaviour A plugin can be copied into the plugins folder in which case tailviewer attempts to load it. If the metadata can be read, the plugin is displayed...

enhancement
quality of live improvement

If a plugin cannot be loaded because it references a newer Tailviewer version, an appropriate error should be given, such as: "Requires Tailviewer vx.y.z.w"

This defect was introduced after the last release and concerns the counters at the top. At the moment, the log entries are counted *before* they are grouped. This a regression...

bug

The current "Settings" page is incredibly ugly and doesn't into into the newer style anymore. There's too many settings on just the one page => Spread the settings apart from...

enhancement

Currently, log files are read completely into memory which requires about 2x their size. This isn't practical for files that are GB in size. Therefore a solution shall be implement...

high prio