Giter Site home page Giter Site logo

webapicontrib.tracing.nlog's Introduction

WebAPIContrib

WebAPIContrib is a collection of open source projects to help improve your work with ASP.NET Web API. We have divided the projects into a few different categories. For more information on each project, click through to visit the GitHub page.

Core

  • WebApiContrib Build Status
  • WebApiContrib.Testing

Formatters

Inversion of Control

Tracing

Miscellaneous


Contributing

If you would like to contribute, feel free to fork the projects or get in touch with the mailing list: https://groups.google.com/group/webapicontrib

Want to transfer your project to WebApiContrib?

You created your own project and now want to transfer it to WebApiContrib? Awesome! We've got you covered. It is easy peasy.

webapicontrib.tracing.nlog's People

Contributors

chrismissal avatar filipw avatar panesofglass avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

webapicontrib.tracing.nlog's Issues

Install failed. Rolling back...Already referencing a newer version of 'NLog'

Hello,

We are facing issue while installing Nuget package "WebApiContrib.Tracing.Nlog".

Issue related to nlog version.

I think issue is 'NLog (= 2.0.0.2000)'. You need to update nuspec to 'NLog (>= 2.0.0.2000)'.

Repro steps.

  1. Install Nlog nuget latest version 4.0.1
  2. Install WebApiContrib.Tracing.Nlog nuget. It shows error
    "Install failed. Rolling back...
    Already referencing a newer version of 'NLog'."

Please see below issue screen shot.

Please fix issue ASAP.

issue screenshot

Invokes trace action for actions that are not traced

ITraceWriter is designed to not incur a performance cost for categories and levels where tracing is disabled. Specifically, traceAction should only be called if tracing is enabled. Accordingly, NlogTraceWriter.Trace should first check whether NLog is tracing at a given level, and only call traceAction if it is. This would provide a major performance improvement.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.