🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

logging

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

logging

A simple logging abstraction. You don't have the option of using immediate-mode logging, so you never accidentally kill performance.

0.9.1
NuGet
Version published
Maintainers
1
Created
Source

logging

PM> Install-Package logging

This is just another logging abstraction used in webstack. It's difference is it forces you to use functions for deferred log execution, which means you avoid accidentally hobbling your application by doing string building in debug-level logging, for example.

Keywords

logging

FAQs

Package last updated on 14 Jun 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts