41 packages tagged with “Loupe”
A source code package designed primarily for library and framework authors who want dependency free logging support in their component. Also useful in end applications. As of 5.0.0 it works with NetStandard2.0 and SDK projects. For legacy csproj format support use 4.x versions. If you are a library or framework author and you wish to provide logging support in your component there are a number of options: 1) Depend on a specific logging framework 2) Depend on Common.Logging 3) Implement your own ILog interface and make your consumers wire it up. Option 1 is not desirable because it forces your users to use a particular framework. Option 2 is not desirable because it will add yet more nuget package dependencies and project references with associated versioning concerns in addition to wiring up. Option 3 is desirable because it is dependency free but requires that your users to remember to write an adapter and wire things up. This package is a variation of option 3 but will automatically wire things up too. - It will add an ILog, ILogProvider etc to YourRootNamespace.Logging - ILog is one method to implement - Using optimized reflection, it transparently supports NLog, Log4Net, Serilog and Loupe without any wiring up required by an end user, if the end user simply has a reference to any of these logging frameworks.
Shared types for the Loupe Agent for .NET Core. Add Loupe.Agent.Core to your project to use Loupe.
The core Loupe Agent - a black box for recording diagnostic information for your .NET application. Download additional agent extensions for extended integration with different .NET subsystems and third party libraries.
The Loupe Agent for .NET Core - a black box for recording diagnostic information for your .NET Core application. Download additional agent extensions for extended integration with different .NET Core subsystems and third party libraries.
Internal functionality for the Loupe Agent for .NET Core. Add Loupe.Agent.Core to your project to use Loupe.
Loupe Agent Common Services - Shared configuration library for technology-specific agents built on top of the Loupe Agent for .NET Core.
Implements Microsoft.Extensions.Logging.Abstractions for the Loupe Agent for .NET Core (Loupe.Agent.Core)
PostSharp.Patterns.Diagnostics: support for Gibraltar Loupe.
The Loupe Agent for ASP.NET Core - automatically record performance and diagnostic information for ASP.NET Core applications. Download additional agent extensions for extended integration with different .NET Core subsystems and third party libraries.
NLog is a powerful, flexible logging system available for all .NET platforms. It's a great choice when you need very sophisticated log gathering capabilities such as sending log messages from clients to servers, multiple logging levels used simultaneously in the application, and a range of other sophisticated features. This package enables NLog message to route into Loupe - a black box recorder for your application that can gather data from wherever your application is run and get it back to you, anywhere in the world.
A Log4Net Appender that connects it to the Loupe Agent - a black box for recording diagnostic information for your .NET application.
The Loupe Agent for Windows Performance Counters - automatically record key performance counters to Loupe for analysis along with the rest of your session's data. Download additional agent extensions for extended integration with different .NET Core subsystems and third party libraries.
Records diagnostic information about your ASP.NET web site in the background while it runs. Designed for use in a production environment, it extends the Loupe Agent with features specific to ASP.NET WebForms.
Redistributable viewer for Loupe - provides real time display of local sessions including running websites and windows services.
Easily inject logging, profiling, and feature usage monitoring into your .NET application by combining this library and PostSharp 2.1. Records all information using the Loupe Agent which is designed for use in production. If you are upgrading to PostSharp 3.0 or later use Gibraltar.Agent.Postsharp.3.0 instead of this pacakge.
The Loupe Agent for Entity Framework Core - automatically record performance and diagnostic information for EF Core data access. Download additional agent extensions for extended integration with different .NET Core subsystems and third party libraries.
Executable that packages Loupe data for transport via file, email and the Loupe Server.
Records performance, error, and tracing information for ASP.NET MVC and Web API. Designed for use in a production environment, it extends the Loupe Agent with features specific to MVC 4.
Contains the various types and attributes necessary to create Loupe AddIns that extend Loupe Desktop and Server. This assembly is not used when collecting information within your application, to customize data collection see the Gibraltar.Agent.
Records performance and tracing information for EF interactions while your application runs. Designed for use in a production environment, it extends the Loupe Agent with features specific to Entity Framework (6 and later) and works with any EF provider.
Easily inject logging, profiling, and feature usage monitoring into your .NET application. Records all information using the Loupe Agent which is designed for use in production.
Command line utility for sending Loupe data files to a Loupe server or packaging them into a Loupe package file for transport.
Serilog Sink for Loupe for .NET Standard. Add Loupe.Serilog.Core to your project to route Serilog messages to Loupe.
Contains the various types and attributes necessary to create extensions for Loupe Desktop and Server. This assembly is not used when collecting information within your application, to customize data collection see the Loupe Agent.
Serilog Sink for Loupe for .NET Framework. Add Loupe.Serilog to your project to route Serilog messages to Loupe.
This project provides a mechanism to integrate the Common.Logging facade with Gibraltar Software's Loupe. We have issued several new versions of this package to maintain compatability with different versions of Common.Logging. 1.3.1.x | Common.Logging 3.1+ 1.3.0.x | Common.Logging 3.0 1.2.2.x | Common.Logging 2.2 1.2.1.x | Common.Logging 2.1
HttpModule that handles logging of messages/exceptions from Loupe JavaScript agent.
Enables logging of VistaDB diagnostic and trace information to Loupe.
LibLog for lower c# version.