Where is NLogViewer

4 messages Options
Embed this post
Permalink
max_mont

Where is NLogViewer

Reply Threaded More More options
Print post
Permalink
Hi all,

I'm looking for a framework for logging event and trace features.
I've seen NLog but I don't see how to display log at real time.
I've seen that it existed a view called NLogViewer but the web site is empty.

Have you got some news?

Many thanks in advance for your help.
Jaroslaw Kowalski

Re: Where is NLogViewer

Reply Threaded More More options
Print post
Permalink
NLogViewer is pretty much discontinued at this point. You can still download sources from SVN:
 
 
The checked in code is very unfinished. I recommend you use some other tool for that purpose.
 
Jarek

On Fri, Sep 11, 2009 at 4:51 AM, max_mont (via Nabble) <[hidden email]> wrote:
Hi all,

I'm looking for a framework for logging event and trace features.
I've seen NLog but I don't see how to display log at real time.
I've seen that it existed a view called NLogViewer but the web site is empty.

Have you got some news?

Many thanks in advance for your help.

max_mont

Re: Where is NLogViewer

Reply Threaded More More options
Print post
Permalink
Many thanks for your help.

Which other tools can I use ?

Claus Rathje

Re: Where is NLogViewer

Reply Threaded More More options
Print post
Permalink
I don't know if this helps but I sometimes use the OutputDebugString target and the DebugView for Windows (http://technet.microsoft.com/en-us/sysinternals/bb896647.aspx) for realtime logging.

nlog.config: <target name="ODS" xsi:type="OutputDebugString" layout="${message}" />