About log4net

log4net is a tool to help the programmer output log statements to a variety of output targets. log4net is a port of the excellent log4j framework to the .NET runtime. The framework is similar in spirit to the original log4j while taking advantage of new features in the .NET runtime. For more information on log4net see the features document. log4net is part of the Apache Logging Services project. The Logging Services project is intended to provide cross-language logging services for purposes of application debugging and auditing. ( From Apache Logging Services project. )

Donate

If Log4net Viewer is helping you in some way please consider to contribute with a donation.

Introduction

Log4Net Viewer is a GUI log viewer and filter for the Log4Net library. By
default it listens for LoggingEvent objects sent using the UdpAppender and
displays them in a table.

The events can be filtered based on:
  • Level

  • Logger

  • Message

All the details for each event can be displayed by selecting the event in the
table.

Screen shot

Log4Net Viewer

Getting Log4Net Viewer

Project home page:  http://www.devintelligence.com/Log4NetViewer

Download link:  Log4Net Viewer 0.7.0.0 (229K)

System requirements

To run Log4Net Viewer you will need:

Setup

Extract the ZIP archive into a directory.

Configuring Log4Net

You will need to configure Log4Net to send logging events to Log4Net Viewer.

The following example shows how to configure the UdpAppender to send events to a RemoteAddress on the specified RemotePort.

<appender name="UdpAppender" type="log4net.Appender.UdpAppender">
    <param name="RemoteAddress" value="127.0.0.1" />
    <param name="RemotePort" value="8080" />
    <layout type="log4net.Layout.XmlLayout">
        <param name="Prefix" value="" /> 
    </layout>
</appender>
				

Configuring Log4Net Viewer

You will need to configure Log4Net Viewer to recieve logging events.

End User License Agreement (Disclaimer)

SOFTWARE : Log4Net Viewer - GUI log viewer and filter for the Log4Net library
AUTHOR : Naumtsev Taras

The SOFTWARE, information and documentation is provided "as is" without warranty
of any kind, either express or implied.

In no event the AUTHOR shall be liable for any damages whatsoever including
direct, indirect, incidental, consequential, loss of business profits or
special damages, even if the AUTHOR has been advised of the possibility of such
damages.

This include, but not limited to merchantibility and fitness for a particular
function. The entire risk related to the SOFTWARE performance or quality is
assumed by the user.

It is prohibited to change any part of this SOFTWARE, including changes or
eliminations of messages or windows.

Reverse engineer (decompile) or disassemble of this SOFTWARE is prohibited.

It is prohibited to add any other copyright information (e.g. With bbs-adds)
then listed either in this license or within the SOFTWARE.

The archive and the SOFTWARE may be freely distributed provided that it is not
modified in any form and the original archive remains intact with all files.

All rights reserved by the AUTHOR.

If you do not agree with the terms of this license you have to remove the
SOFTWARE from your storage devices and do not use the SOFTWARE.

Contact information

email: admin at devintelligence.com
url: http://www.devintelligence.com

  Sites