﻿<?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  » Open network stream</title><generator>InstantForum 2017-1 Final</generator><description>LogViewPlus Support</description><link>https://www.logviewplus.com/forum/</link><webMaster>LogViewPlus Support</webMaster><lastBuildDate>Mon, 13 Apr 2026 10:11:25 GMT</lastBuildDate><ttl>20</ttl><item><title>Open network stream</title><link>https://www.logviewplus.com/forum/post/242</link><description>Hi,&lt;br/&gt;&lt;br/&gt;we would like to write a plugin that connects to a network stream and tail the log messages written to the stream.&lt;br/&gt;Up till now this is not possible because the only entry point is a file.&lt;br/&gt;&lt;br/&gt;Best regards</description><pubDate>Fri, 09 Aug 2019 01:53:54 GMT</pubDate><dc:creator>sitob80</dc:creator></item><item><title>RE: Open network stream</title><link>https://www.logviewplus.com/forum/post/287</link><description>Thanks for the feedback Sitob!&lt;br id="if_insertedNode_1565315442220"&gt;&lt;br id="if_insertedNode_1565315442386"&gt;We are currently looking at DB and Windows Event data but these changes use the same infrastructure internally as network monitoring.&amp;nbsp; So, once we have done one, it should be relatively easy to implement the others.&amp;nbsp; The DB changes will be in the September release and you can expect network support in October or November.&lt;br id="if_insertedNode_1565315557097"&gt;&lt;br id="if_insertedNode_1565315558913"&gt;Toby​​​​​​&lt;br&gt;&lt;br&gt;</description><pubDate>Fri, 09 Aug 2019 01:53:54 GMT</pubDate><dc:creator>LogViewPlus Support</dc:creator></item><item><title>RE: Open network stream</title><link>https://www.logviewplus.com/forum/post/284</link><description>Hi Toby,&lt;br/&gt;&lt;br/&gt;this seems to work with the v2.3.21 version. Thanks for your support and implementing this Interface.&lt;br/&gt;Now I'm just waiting for the stream support and then I'm happy &lt;span id="if_insertedNode_1565270852783"&gt;:cool:&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;Thank you all, you're doing a really good job in supporting us with this software and with implementing feature request&lt;br/&gt;&lt;br/&gt;Thanks&lt;br/&gt;&amp;nbsp; sitob80</description><pubDate>Thu, 08 Aug 2019 13:29:42 GMT</pubDate><dc:creator>sitob80</dc:creator></item><item><title>RE: Open network stream</title><link>https://www.logviewplus.com/forum/post/270</link><description>Hi Sitob,&lt;br/&gt;&lt;br/&gt;We have just released LogViewPlus v2.3.19 into BETA.&amp;nbsp; This version of LogViewPlus contains the new ITailChangedNotification interface.&amp;nbsp; You can find an example of this interface in action in our "CustomReader" project included with the code samples here:&lt;br/&gt;&lt;a href="https://www.logviewplus.com/dist/LogViewPlus_Samples.zip" id="if_insertedNode_1564337368311"&gt;&lt;/a&gt;&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;a href="https://www.logviewplus.com/dist/LogViewPlus_Samples.zip" id="if_insertedNode_1564337370948"&gt;&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;Thanks again for your suggestion,&lt;br/&gt;&lt;br/&gt;Toby</description><pubDate>Sun, 28 Jul 2019 18:17:12 GMT</pubDate><dc:creator>LogViewPlus Support</dc:creator></item><item><title>RE: Open network stream</title><link>https://www.logviewplus.com/forum/post/264</link><description>The new interface has been implemented and it will be available in the next release (in 6 - 8 weeks).&amp;nbsp; The new interface was implemented as:&lt;br/&gt;&lt;br/&gt;[code]/// &amp;lt;summary&amp;gt;&lt;br/&gt;/// Allows an ILogReader implementation to receive notification when a user enables or&lt;br/&gt;/// disables tail on a log.&lt;br/&gt;/// &amp;lt;/summary&amp;gt;&lt;br/&gt;public interface ITailChangedNotification&lt;br/&gt;{&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;/// &amp;lt;summary&amp;gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;/// Sets the initial tail value for the log.  Note that tail may be disabled by default.&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;/// &amp;lt;/summary&amp;gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;/// &amp;lt;param name="enabled"&amp;gt;True if the log should be tailed.&amp;lt;/param&amp;gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;void SetTailInitialValue(bool enabled);&lt;br/&gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;/// &amp;lt;summary&amp;gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;/// Called when a use changes the tail settings for a log.&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;/// &amp;lt;/summary&amp;gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;/// &amp;lt;param name="enabled"&amp;gt;True if the log should be tailed.&amp;lt;/param&amp;gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;void SetTailChanged(bool enabled);&lt;br/&gt;}[/code]&lt;br/&gt;&lt;br/&gt;Thanks,&lt;br/&gt;&lt;br/&gt;Toby</description><pubDate>Tue, 23 Jul 2019 05:19:04 GMT</pubDate><dc:creator>LogViewPlus Support</dc:creator></item><item><title>RE: Open network stream</title><link>https://www.logviewplus.com/forum/post/263</link><description>Ok, for now I can live with this drawback but having the interface in the future would be very helpful.&lt;br/&gt;&lt;br/&gt;Thanks&lt;br/&gt;&amp;nbsp; sitob80</description><pubDate>Tue, 23 Jul 2019 04:18:02 GMT</pubDate><dc:creator>sitob80</dc:creator></item><item><title>RE: Open network stream</title><link>https://www.logviewplus.com/forum/post/251</link><description>Hi Sitob,&lt;br/&gt;&lt;br/&gt;Currently, there is no notification mechanism for determining if tail is on or off, but I can see where this would be helpful.&amp;nbsp; I will look into adding a new interface for the next release. &lt;br/&gt;&lt;br/&gt;In the meantime, I suggest you close and reopen the log as needed.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;Thanks,&amp;nbsp;&lt;br/&gt;&lt;br/&gt;Toby &lt;br/&gt;&lt;br/&gt;</description><pubDate>Fri, 19 Jul 2019 08:30:49 GMT</pubDate><dc:creator>LogViewPlus Support</dc:creator></item><item><title>RE: Open network stream</title><link>https://www.logviewplus.com/forum/post/250</link><description>Hi Toby,&lt;br/&gt;&lt;br/&gt;ok this will work somehow with the little drawback that i have to give a fake log file to open.&lt;br/&gt;One problem I have is that I wan't to get notified about whether Tail is on or off. Otherwise the "sender" keeps sending me messages which I have to queue till the next "NextBatch" call. This can be a serious memory problem for us.&lt;br/&gt;Is there any way that I can determine whether Tail is on or off?&lt;br/&gt;&lt;br/&gt;Thanks a lot&lt;br/&gt;</description><pubDate>Fri, 19 Jul 2019 08:16:47 GMT</pubDate><dc:creator>sitob80</dc:creator></item><item><title>RE: Open network stream</title><link>https://www.logviewplus.com/forum/post/246</link><description>Hi Sitob,&lt;br/&gt;&lt;br/&gt;We are working on making streams more integrated but for now you will need to create your own custom reader.&amp;nbsp; Please see:&lt;br/&gt;&lt;a href="https://www.logviewplus.com/docs/custom_readers.html"&gt;https://www.logviewplus.com/docs/custom_readers.html&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;In this case, the "log file" you open will just contain the configuration necessary to make the stream connection. &lt;br/&gt;&lt;br/&gt;Hope that helps.&amp;nbsp; Please let me know if you have any further questions or issues.&amp;nbsp;&lt;br/&gt;&lt;br/&gt;Toby </description><pubDate>Wed, 17 Jul 2019 14:56:52 GMT</pubDate><dc:creator>LogViewPlus Support</dc:creator></item></channel></rss>