http://www.devintelligence.com/Log4NetViewer/
Log4Net Viewer 0.7.0.0
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.
Level
Logger
Message
All the details for each event can be displayed by selecting the event in the
table.
Screen shot
Getting Log4Net Viewer
Project home page: http://www.devintelligence.com/Log4NetViewer
Download link: http://www.devintelligence.com/downloads/Log4Net Viewer_0_7_0_0.zip (124K)
System requirements
To run Log4Net Viewer you will need:
Log4Net (tested with version 1.2.0)
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
url: http://www.devintelligence.com
'.NET' 카테고리의 다른 글
ASP.NET 에서 EventLog 이용할 경우 어드민 권한으로 가장하기.. (0) | 2006.01.17 |
---|---|
[펌]Quick and Dirty Guide to Configuring Log4Net For Web Applications (0) | 2006.01.09 |
Log4net 을 이렇게 보기 편하게 해주다뉘... (0) | 2006.01.09 |
Microsoft patterns & practices Home... (0) | 2005.12.25 |
[msdn 펌] AOP... (0) | 2005.11.29 |