.NET tools, components, libraries and add-ins sign in | create your account  
Stimulsoft Reports.Web
Advertise here! Contact us to know the options
Category

Tracing - Logging - Monitoring

Display options and filters [BETA]
Sort by:
Built for .NET
Free or free version available
Built for Mono
Built for .NET 2
Source code provided
Sold as a service
Library
Built for the Compact Framework
Discontinued
Add-in

NLog

 Home Page Home Page
Categories:
Author: Jaroslaw Kowalski
Latest version: 0.5 Beta 1
Description: Logging library similar in concepts to log4net, designed to be easy to use and configure.
Features include:
- support for the .NET Framework, the .NET Compact Framework, and Mono 1.0
- can be configured both with a config file and programmatically
- interface is identical to Console.WriteLine
Added: 2004-12-08
Updated: 2005-05-24
Attributes: Built for .NET[BuiltForDotNet] Library[Library] Free or free version available[FreeVersionAvailable] Source code provided[SourceCodeProvided] Built for the Compact Framework[BuiltForCompactFramework] Built for Mono[Built for Mono]

Log4View

 Home Page Home Page
Categories:
Author: prosa
Latest version: 1.1.1.0
Description: Viewer for log4net output.
Log4view enables filtering, searching and formatting of log messages.

Features include:
- Filter by loggers, log levels or any other criteria.
- Search log entries by loggers or message text.
- Supports wildcards and regular expressions.
- Fully customizable GUI including color and font of individual loggers.
- Reads log output from File-, UDP- and TCP-Appenders.
- Support for multiple log sources
- Support for consolidated view of separate log sources in a single message view.
Added: 2006-12-18
Updated: 2007-04-24
Attributes: Built for .NET[BuiltForDotNet] Built for .NET 2[BuilfForDotNet2] Free or free version available[FreeVersionAvailable]

Log4Net Dashboard

 Home Page Home Page
Categories:
Author: Georg Jansen
Latest version: 2.2
Description: The Log4Net Dashboard (L4NDash) is a web application that uses the Log4Net log table in an SQL Server database, and gives the user features to view and analyze the content of the log table.
L4NDash is aimed to fulfill the needs both during development of an application, and later when that application goes into production. L4NDash extends the benefit of using Log4Net logging framework, your customers can now have a tool to view and track the logs from your application.
Added: 2005-11-29
Attributes: Built for .NET[BuiltForDotNet] Free or free version available[FreeVersionAvailable]

{smartassembly}

 Home Page Home Page
Categories:
Author: Cachupa
Latest version: 3.0
Description: Improvement, protection and exception reporting tool for .NET assemblies.

Features include:
- Dependencies compression and embedding: compress and embed your dependencies in your main assembly. At runtime, the first time a dependency is needed, {smartassembly} will automatically decompress it and load it into memory.
- Removes all the non-useful code and metadata (reduces size of assembly)
- Resources compression and encoding. This allows the protection of XAML files.
- Supports the protection of Silverlight 2.0 assemblies
- Memory management: can reduce the memory used by your software by automatically releasing the memory no longer needed
- Protects intellectual property: obfuscation and strings encoding; anti-disassembler and anti-decompiler
- Performs optimizations
- Exception reporting (with 24x7x365 Web service) for deployed/obfuscated applications
- Client/Server architecture: it's possible to share the same database between all developers. This is particularly useful for sharing exception reports and for stack trace decoding.
- Command line mode
- Supports 64 bits
- Has no impact on source code and no need to make any change in your application
Added: 2005-12-01
Updated: 2008-05-02
Attributes: Built for .NET[BuiltForDotNet] Built for .NET 2[BuilfForDotNet2] Built for the Compact Framework[BuiltForCompactFramework]

SpeedTrace

 Home Page Home Page
Categories:
Author: ipcas
Latest version: 3.2
Description: Traces and profiles applications including Windows applications, Windows services, ASP.NET applications and others.

Features include:
- Application tracing: monitor the application flow (method calls).
- Data tracing: makes the arguments and return values of functions accessible.
- Profile: evaluates and presents statistics.
- Trigger: enables event-based tracing and profiling.
- Filter: reduces output on-the-fly with pre- and post-processing filters.
- Callback API
- TraceAnalyzer: visualize collected data.
- Save to disk
- Search engine
Added: 2005-09-13
Updated: 2007-11-29
Attributes: Built for .NET[BuiltForDotNet] Built for .NET 2[BuilfForDotNet2]

Trace Listeners Component

 Home Page Home Page
Categories:
Author: ComponentSpace
Description: Let's you enhance your application's tracing using a cyclic file trace listener that extends the System.Diagnostics.TraceListener class. The trace listener is fully configurable from the application’s XML configuration file. Also included are HTTP, SMTP and MSMQ trace listeners.
Added: 2004-02-06
Attributes: Built for .NET[BuiltForDotNet] Library[Library] Source code provided[SourceCodeProvided]

Enterprise Library

 Home Page Home Page
Categories:
Author: Microsoft
Latest version: 4.0 May 2008
Description: Library of application blocks designed to assist developers with common enterprise development challenges. Application blocks are a type of guidance, provided as source code that can be used "as is," extended, or modified by developers to use on enterprise development projects.
Application blocks help address the common problems that developers face from one project to the next. They are designed to encapsulate the Microsoft recommended best practices for .NET-based applications. They also address scenarios not directly supported by the underlying class libraries.

Contains the following general purpose application blocks:
- Caching Application Block: incorporate a local cache in applications.
- Cryptography Application Block: incorporate hashing and symmetric encryption in applications.
- Data Access Application Block: incorporate standard database functionality in applications.
- Exception Handling Application Block: developers and policy makers can create a consistent strategy for processing exceptions that occur throughout the architectural layers of enterprise applications.
- Logging Application Block: include standard logging functionality in applications.
- Security Application Block: incorporate authorization and security caching functionality in applications.
- Validation Application Block: allows you to centrally define validation rules using configuration or attributes, and validate data from anywhere in your application, including integration with Windows Forms, ASP.NET and WCF.
- Policy Injection Application Block: provides an approach for separating cross-cutting concerns from business logic using declarative policies that are attached at runtime to methods on your objects.

Also includes:
- The Application Block Software Factory: simplifies the process of building application blocks and providers through guidance automation.
- Visual Studio-integrated configuration editor: edit Enterprise Library configuration files directly within Visual Studio.

Enterprise Library also includes a set of core functions, including configuration, instrumentation, and object builder services. These functions are used by all other application blocks.
Added: 2005-02-10
Updated: 2008-05-22
Attributes: Built for .NET[BuiltForDotNet] Built for .NET 2[BuilfForDotNet2] Library[Library] Free or free version available[FreeVersionAvailable] Source code provided[SourceCodeProvided]

Managed Stack Explorer

 Home Page Home Page
Categories:
Author: Microsoft
Latest version: 1.0
Description: Managed Stack Explorer (MSE) is a tool that provides a way to monitor .NET 2.0 managed processes and their stacks.
The ability to view a program’s stack and how it changes over time is an important method in determining reasons for possible errors. MSE provides an interface to allow you to monitor multiple processes at once and build periodic stack log files. MSE works by attaching to a process when a stack trace is requested, then detaching the moment the stack trace has been retrieved.
Added: 2006-02-16
Attributes: Built for .NET[BuiltForDotNet] Free or free version available[FreeVersionAvailable]

log4net

 Home Page Home Page
Categories:
Author: NeoWorks
Latest version: 1.2.10
Description: Tool to help the programmer output log statements to a variety of output targets. log4net is a port of the log4j framework to the .NET runtime, trying to keep the framework as similar to the original log4j as possible while taking advantage of new features in the .NET runtime.
Added: 2003-05-20
Updated: 2007-04-24
Attributes: Built for .NET[BuiltForDotNet] Built for .NET 2[BuilfForDotNet2] Library[Library] Free or free version available[FreeVersionAvailable] Source code provided[SourceCodeProvided] Built for Mono[Built for Mono]

SmartInspect

 Home Page Home Page
Categories:
Author: Gurock Software
Latest version: 3.0
Description: Logging tool for debugging and monitoring .NET, Java, and Delphi applications.
SmartInspect helps you to identify bugs, find solutions to customer problems and gives you an understanding of how your software works in different environments and under different circumstances.

Features include:
- Native logging libraries for .NET, Java, and Delphi
- Log messages, errors, objects, source code, files and more
- Full source code of libraries included
- Viewer application for analyzing the logging information
- Monitor multiple threads, multiple processes and distributed systems
- Support for TCP/IP and log files
- Support for log rotation
- Redistributable console
- Enable and disable logging per session
- Code templates and snippets
- Integration with Visual Studio 2002/2003/2005/2008, Delphi 6/7/8/2005/2006/2007, C++Builder 2006/2007, C#Builder 1/2006, JBuilder X/2005/2007, Eclipse 3.0/3.1/3.2/3.3
Added: 2005-05-24
Updated: 2008-08-16
Attributes: Built for .NET[BuiltForDotNet] Built for .NET 2[BuilfForDotNet2] Library[Library] Add-in[AddIn] Free or free version available[FreeVersionAvailable] Source code provided[SourceCodeProvided]

PublicDomain

 Home Page Home Page
Categories:
Latest version: 0.1.19.0 Beta
Description: Collection of code and packages.

Features include:
- Time zone support
- Logging API
- Dynamic code evaluation (C# and VB.NET)
- Global Assembly Cache (GAC) API
- Unzipper class
- RSS, Atom, and OPML APIs
- Screen scraping API
- Various utilities for strings, arrays, cryptography, and more
Added: 2007-02-07
Attributes: Built for .NET 2[BuilfForDotNet2] Library[Library] Free or free version available[FreeVersionAvailable] Source code provided[SourceCodeProvided]

LucidLog.Net

 Home Page Home Page
Categories:
Author: DevRiver
Latest version: 1.0.0
Description: Logging, troubleshooting and real-time monitoring tool and library.
LucidLog.Net allows you to analyze the execution of your software, detect bugs and performance problems.

Features include:
- 100% managed code
- Logging of messages, collections, exceptions, asserts, standard and custom type objects (public fields and properties)
- Flexible output to multiple logging targets
- Logging run-time context information
- Configuring library both with a XML file and programmatically
- Freely distributable utility for editing configuration files
- Listening and advanced control of System.Diagnostics.Trace output
- Logging and monitoring of multi-threaded and distributed applications
- Real-time monitoring of local and remote applications via TCP/IP
- LogViewer application for receiving, viewing and analysing logs with filtering, highlighting, navigation and search features.
- Exporting logs to CSV and HTML files
- Printing visually styled logs
Added: 2007-04-09
Attributes: Built for .NET[BuiltForDotNet] Built for .NET 2[BuilfForDotNet2] Library[Library]

.NET Logging Framework

 Home Page Home Page
Categories:
Author: Lorne Brinkman
Description: Provides you with means to log information to any destination. It comes with loggers that support writing to the system console, a file on disk, a TCP/IP socket, the Windows event log, and more.
Added: 2003-10-15
Attributes: Built for .NET[BuiltForDotNet] Library[Library] Free or free version available[FreeVersionAvailable] Source code provided[SourceCodeProvided]

UptoLog

 Home Page Home Page
Categories:
Author: UptoLog
Latest version: 2008
Description: Distributed logging system.
UptoLog gathers detailed information about application failures by logging errors, traces and time measurement across the logical and physical layers, into a central database. All log data gathered during a specific activity are related through a unique activity id. This makes it possible to group errors, traces and time measurement for a specific activity across many layers.

Features include:
- Error log information accessible through a web application (UptoLog Search Server)
- An activity ID makes allows you to discover connections between errors that occur on different computers; The connections can be visualized via UptoLog Search Server
- The client (UptoLog Satellite) is integrated into your applications and therefore can log error information from within individual applications and from the server or the client.
- The developer decides how much information the UptoLog Satellite is meant to collect and send along with the error log.

UptoLog is sold in three different versions: Standard, Professional, Enterprise.
Added: 2007-02-06
Updated: 2007-12-17
Attributes: Built for .NET 2[BuilfForDotNet2] Library[Library]

ssException

 Home Page Home Page
Categories:
Author: Sheer Vision Technologies
Description: Error handling component for ASP.NET projects.
This component will help you track issues in your projects with the information you need to troubleshoot. It contains details about the exception. Information such as when the exception occurred; a developer message; the class origin of the exception; error exception details; browser information; server information; namespace; etc.
Features include:
- Sample project and documentation included
- Ability to pass in SQL statements and add your own comments to the exceptions for better bug tracking
- Tracks browser and server information such as user agent, cookies, JavaScript, OS, server IP, server software, user session, etc.
- Architected specifically for ASP.NET
Added: 2004-08-09
Attributes: Built for .NET[BuiltForDotNet] Library[Library]

Common.Logging

 Home Page Home Page
Categories:
Latest version: 1.2.0
Description: Library that introduces abstraction to allow you to select a specific logging implementation at runtime.
This library is intended only for use where the paramount requirement is portability and you will generally be better served by using a specific logging implementation so that you can leverage its advanced features and extended APIs to your advantage.
Implementations supported are log4net 1.2.9, log4net 1.2.10, NLog 1.0, and Microsoft Enterprise Library Logging 3.1.
Added: 2007-10-26
Attributes: Built for .NET[BuiltForDotNet] Built for .NET 2[BuilfForDotNet2] Library[Library] Free or free version available[FreeVersionAvailable] Source code provided[SourceCodeProvided]

iTech Logging

 Home Page Home Page
Categories:
Author: iTech Software
Latest version: 2.4.1
Description: Logging system featuring an online tracing and logfile analysis tool, which can be used online and offline and provides log message filtering mechanisms.
iTech Logging can be attached to .NET applications as a .NET trace
listener by adding a reference to configuration files. No source code changes are required.
iTech Logging consists of:
- ITLogLib: a runtime library for dynamic protocolling
- ITConfigManager: an editor for configuring the output behavior of the runtime library
- ITLogBook: a standalone application for live program monitoring and execution analysis
Added: 2004-12-16
Attributes: Built for .NET[BuiltForDotNet] Library[Library]

Kellerman Logger

 Home Page Home Page
Categories:
Author: Kellerman Software
Latest version: 1.03
Description: Logging Framework.
Kellerman Logger is implemented as a static class so you can log with one line of code.

Features include:
- Logs to Custom Logging Targets, Console, Debug, Trace, ASP.Trace, Response.Write, File, Event Log, Email, Memory, SQL Server, Oracle, MySQL, Access.
- Supports file, and database log rolling.
- Automatically creates logging tables and associated stored procedures.
- Tracks performance metrics.
- Logs custom object properties using reflection.
- Run-time configuration properties and config file support.
- Asynchronous operation or synchronous operation.
Added: 2006-12-31
Attributes: Built for .NET 2[BuilfForDotNet2] Library[Library]

OpenNETCF Application Blocks

 Home Page Home Page
Categories:
Author: OpenNETCF.org
Latest version: 1.0
Description: The OpenNETCF team has worked with the Patterns & Practices team at Microsoft to provide a version of the Application Blocks for the .NET Compact Framework. Included in the OpenNETCF Application Blocks set are Data Access, Exception Management, Caching, and the Offline blocks.
Added: 2005-06-16
Attributes: Built for .NET[BuiltForDotNet] Library[Library] Free or free version available[FreeVersionAvailable] Source code provided[SourceCodeProvided] Built for the Compact Framework[BuiltForCompactFramework]

TraceTool

 Home Page Home Page
Categories:
Latest version: 7.0.0
Description: Sends .NET, Java, Delphi or C++ traces to a visual viewer (local or remote).
Traces can display info about objects, stacks, dumps, etc. The viewer displays OutputDebugString and EventLog messages. Acts as tail -f.

TraceTool provides:
- A viewer that displays multiple kinds of sources (from the provided framework, log file, event log or the old OutputDebugString method).
- A client framework to send simple traces, grouped traces, class and object viewer, dump and call stack.

You can develop in C++ or in C#.
The TraceTool API can be used with other libraries: Log4J (Java), Log4Net (.NET), System.Trace (.NET), Enterprise Instrumentation Framework (EIF, .NET), Gdebug (Delphi).
Added: 2006-06-26
Attributes: Built for .NET[BuiltForDotNet] Free or free version available[FreeVersionAvailable] Source code provided[SourceCodeProvided] Built for the Compact Framework[BuiltForCompactFramework]

ELMAH

 Home Page Home Page
Categories:
Author: Atif Aziz
Latest version: 2.0
Description: Application-wide error logging of unhandled exceptions for ASP.NET.
ELMAH (Error Logging Modules and Handlers) is pluggable: it can be dynamically added to a an ASP.NET web application, or even all ASP.NET web applications on a machine, without any need for re-compilation or re-deployment.
ELMAH comes as an ASP.NET HTTP Module and an HTTP Handler.
Added: 2005-01-13
Updated: 2006-06-03
Attributes: Built for .NET[BuiltForDotNet] Built for .NET 2[BuilfForDotNet2] Library[Library] Free or free version available[FreeVersionAvailable] Source code provided[SourceCodeProvided]

Log4Net Viewer

 Home Page Home Page
Categories:
Author: Taras Naumtsev
Latest version: 0.7.0.0
Description: GUI log viewer and filter for the log4net library.
By default Log4Net Viewer 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.
Added: 2005-03-02
Attributes: Built for .NET[BuiltForDotNet] Free or free version available[FreeVersionAvailable]
Ignore this
Ad
Stimulsoft Reports.Web
Advertise here! Contact us to know the options
Advertise here! Contact us to know the options
Web site previews powered by WebSnapr
Hosted by WebHost4Life.com - Please use this Sponsor ID: madgeek - Thanks!
part of the metaSapiens network: metaSapiens | .NET Jobs | Fabrice's weblog | .NET tools | Java tools | Dynamics AX tools | LINQ book | MapShares | BD indépendante