﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>LogViewPlus Support » LogViewPlus Support » Configuration &amp; Customization  » Jump to LogEntry in Custom Analyzer</title><generator>InstantForum 2017-1 Final</generator><description>LogViewPlus Support</description><link>https://www.logviewplus.com/forum/</link><webMaster>LogViewPlus Support</webMaster><lastBuildDate>Sun, 24 May 2026 13:25:34 GMT</lastBuildDate><ttl>20</ttl><item><title>Jump to LogEntry in Custom Analyzer</title><link>https://www.logviewplus.com/forum/post/450</link><description>Hi all,&lt;br/&gt;&lt;br/&gt;we have written a custom analyzer that display some useful information to us in a separate &amp;#119;indow.&lt;br/&gt;What we would like to achieve is that we can double click on a entry in our custom analyzer and the selected LogEntry - we have the logentry instance in the analyzer -&amp;nbsp; is automatically selected in the current filter view.&lt;br/&gt;Is there any way we can achieve this ?&amp;nbsp;As far as I can see the API of a logentry doesn't provide such functionality or am I wrong here?&lt;br/&gt;&lt;br/&gt;&lt;div&gt;&lt;br/&gt;Thank you very much for your support&lt;br/&gt;&lt;/div&gt;</description><pubDate>Mon, 09 Mar 2020 15:46:55 GMT</pubDate><dc:creator>sitob80</dc:creator></item><item><title>RE: Jump to LogEntry in Custom Analyzer</title><link>https://www.logviewplus.com/forum/post/458</link><description>Glad to hear it - thanks for letting me know!&lt;br/&gt;&lt;br/&gt;Toby</description><pubDate>Mon, 09 Mar 2020 15:46:55 GMT</pubDate><dc:creator>LogViewPlus Support</dc:creator></item><item><title>RE: Jump to LogEntry in Custom Analyzer</title><link>https://www.logviewplus.com/forum/post/457</link><description>Hi Toby,&lt;br/&gt;&lt;br/&gt;just wanted to let you know that your new interface works very well and that up till now it seems to do exactly the things we wanted to do.&lt;br/&gt;&lt;br/&gt;Thank you very much for implementing this interface.&amp;nbsp;&lt;span id="if_insertedNode_1583758036445"&gt;:hehe:&lt;/span&gt;&lt;br/&gt;</description><pubDate>Mon, 09 Mar 2020 12:47:29 GMT</pubDate><dc:creator>sitob80</dc:creator></item><item><title>RE: Jump to LogEntry in Custom Analyzer</title><link>https://www.logviewplus.com/forum/post/452</link><description>Hi,&lt;br/&gt;&lt;br/&gt;I have added a new API to the latest BETA release - v2.4.29.&amp;nbsp; This version contains a new ILogViewer interface which contains a method FindLogEntry.&amp;nbsp; Calling this method will find and select the provided log entry.&lt;br/&gt;&lt;br/&gt;I have also updated the sample "CustomAnalyzer" project to show how this API is used.&amp;nbsp; Something like:&lt;br/&gt;&lt;br/&gt;&lt;span id="if_insertedNode_1583307784920"&gt;[code language="c#"]var result = MessageBox.Show(owner, $"Would you like to show the largest value?",&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Average Elapsed", MessageBoxButtons.YesNo, &lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MessageBoxIcon.Question, MessageBoxDefaultButton.Button1);&lt;br/&gt;&lt;br/&gt;if (result == DialogResult.Yes)&lt;br/&gt;{&lt;br/&gt;&amp;nbsp; // We can optionally cast the owner to a ILogViewer for additional&lt;br/&gt;&amp;nbsp; // functionality.&lt;br/&gt;&amp;nbsp; //&lt;br/&gt;&amp;nbsp; ((ILogViewer)owner).FindLogEntry(largest);&lt;br/&gt;}&lt;br/&gt;[/code]&lt;br/&gt;&lt;br/&gt;The beta release is available at:&amp;nbsp;&lt;a href="https://www.logviewplus.com/download.html"&gt;&lt;a href="https://www.logviewplus.com/download.html"&gt;https://www.logviewplus.com/download.html&lt;/a&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;...and the code samples are here:&amp;nbsp;&amp;nbsp;&lt;a href="https://www.logviewplus.com/dist/LogViewPlus_Samples.zip"&gt;&lt;a href="https://www.logviewplus.com/dist/LogViewPlus_Samples.zip"&gt;https://www.logviewplus.com/dist/LogViewPlus_Samples.zip&lt;/a&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;Hope that helps,&lt;br/&gt;&lt;br/&gt;Toby&lt;/span&gt;</description><pubDate>Wed, 04 Mar 2020 07:46:17 GMT</pubDate><dc:creator>LogViewPlus Support</dc:creator></item><item><title>RE: Jump to LogEntry in Custom Analyzer</title><link>https://www.logviewplus.com/forum/post/451</link><description>There is currently no way to achieve this, but let me have a think about it and see what we can do in the next release.&lt;br/&gt;&lt;br/&gt;Thanks for the suggestion!&lt;br/&gt;&lt;br/&gt;Toby</description><pubDate>Mon, 02 Mar 2020 11:01:23 GMT</pubDate><dc:creator>LogViewPlus Support</dc:creator></item></channel></rss>