Simon Mießler

Results 40 comments of Simon Mießler

High priority, implement in the near future.

TODO: - [ ] Introduce service to allow lookup of spelling for hardcoded log levels (the service is frozen, i.e. the mapping is immutable after construction) - [ ] Modify...

> That is a really important feature for us. > I changed in LogLine.DetermineLevelsFromLine the loglevel strings and it worked. It would be nice to setup those strings in Settings!...

@arnereinelt You will have to implement both ILogLineTranslator and IFileFormatPlugin2 (or IFileFormatPlugin depending on your needs). ```csharp public sealed class MyCustomLogLevelTranslator : ILogLineTranslator { #region Implementation of ILogLineTranslator public LogLine...

You're very welcome. I'm glad it's already working for you! In case anybody else is interested, I've just added an example plugin implementation which shows exactly what needs to be...

> @Kittyfisto BTW, how can I make a plugin's icon displayed in tailviewer? I assume you mean in the plugins page? In this case you can you this by invoking...

@raelb, @jrod567 Sorry for the late reply, I've been on an extended hiatus as far as my development projects were concerned. The latest Tailviewer version (which is not yet released,...

Hey @retroflex, sorry for the long delay, I was taking some time off :) > Is there any way to map these to the levels in Tailviewer? Only programmatically as...

@retroflex Sure, I can help you with that. In order to achieve what you want, you have to do the following two steps: 1. Offer a way for Tailviewer to...

This feature does NOT need to be implemented for 1.0, **however** it is quite probable that certain incompatible changes will have to be made to ILogFile and its implementations. These...