달력

42024  이전 다음

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30

http://www.devintelligence.com/Log4NetViewer/

 

 

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

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
Posted by tornado
|