Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.26 KB

File metadata and controls

50 lines (32 loc) · 1.26 KB

Hi! Thanks for reporting this feature/bug/question!

Please keep / fill in the relevant info from this template so that we can help you as best as possible.

QUESTIONS are preferred on StackOverflow. You could expect a faster response there (but do include all the info below). Use the tag "nlog" https://stackoverflow.com/questions/ask

Please only post issues here related to NLog.Web. If unsure, please post on https://github.com/NLog/NLog/issues/new

Type (choose one):

  • Bug
  • Feature request
  • Question

NLog version: (e.g. 4.5.6)

NLog.Web / NLog.Web.AspNetCore version:

NLog.Extensions.Logging version:

Platform: .Net 3.5 / .Net 4.6 / .NET Core 3.1 / .NET 6.0

Current NLog config (xml or C#, if relevant)

<nlog>
  <targets>
  </targets>
  <rules>
  </rules>
</nlog>

In case of a BUG:

  • What is the current result?
  • What is the expected result?
  • Did you checked the Internal log?
  • Please post full exception details (message, stacktrace, inner exceptions)
  • Are there any workarounds? yes/no
  • Is there a version in which it did work?
  • Can you help us by writing an unit test?

In case of a FEATURE REQUEST:

  • Why do we need it?
  • An example of the XML config, if relevant.