|
Group: Moderators
Posts: 1.3K,
Visits: 4.4K
|
Hi Andreas,
Glad to hear that things are working a little bit more smoothly now.
Thanks for pointing out the issue with spaces in file name paths. I have updated the sample projects to use quotes as suggested.
I agree that the CustomConfiguration process is a little bit clunky for the end user. However, completely replacing the existing configuration screens would greatly increase the complexity of the configuration implementation. Also, a lot of this implementation would end up being the same for most users (name pattern validation, etc...). For now, I wanted to focus on API simplicity.
> log files that at the end and the beginning have the same time-stamp, the order of the log files is not preserved
When log files are merged, the log entries are sorted by timestamp. In the case where two log entries have the same timestamp, LogViewPlus has no way of knowing what the order should be. While I understand that some data is lost - I think this is the correct behavior. I am happy to explore this issue further, but it may be best to do so on a separate thread.
Thanks again,
Toby
|