nlog
Nlog - email logs every x minutes
Is it possible to email logs every x minutes using NLog?. if so, are there any examp开发者_开发技巧les.[详细]
2023-03-16 15:34 分类:问答How to pass context info between NLog loggers?
I would like to be able to pass some context info between NLog loggers in my project. For example id of some logical process so that it gets logged in all loggers from now on so I can easily track it[详细]
2023-03-15 16:46 分类:问答Cleaning up tracing
I 开发者_StackOverflow中文版have a large application (>50k loc) in C# using NLog for tracing, and the tracing has gotten somewhat out of control. Some libraries embrace proper tracing (correct level /[详细]
2023-03-14 16:37 分类:问答How to set value to NLog.config
I am just wondering ho开发者_如何学JAVAw to change the value in NLog.config file from other file configuration for example,[详细]
2023-03-12 14:07 分类:问答does EL Logging have a troubleshooting tool like Nlog internal log?
NLog has an internal log that the developer can use to troubleshoot issues with logging. Does Enterprise Library Logging have anything like that that I can use to figure out why my lo开发者_StackOverf[详细]
2023-03-12 10:08 分类:问答nlog Can't load custom target from referenced assembly
I\'ve created the following custom target: [Target(\"MyTarget\") public class MyTarget : TargetWithLayout[详细]
2023-03-12 05:08 分类:问答NLog serializing programmatic configured configuration object to an NLog.config file
I want to be able to read an NLog configuration file from disk using the XmlLoggingConfiguration object. I then make changes to that object, e.g. AddLogLevel(bl开发者_开发知识库ah). I then want to ser[详细]
2023-03-07 12:44 分类:问答NLog: Log the user who called the application in a WCF application in IIS
I have the following scenario: A deployed WCF service running as windows hosted service. This WCF service is used to log specific events to a database (NLog v2). This service uses basicHttpBinding.[详细]
2023-03-05 09:55 分类:问答NLog custom LayoutRenderer for scope indentation
can any one provide me of a very sample custom layoutrenderer for nlog ? I want to make indentation while im logging , by example[详细]
2023-03-05 01:32 分类:问答NLog Custom Target XSD Warnings
I have created a custom target for NLog and it works fine, but when I am editing the nlog.config file I get a warning that This is an invalid xsi:type \'http://www.nlog-project.org/schemas/NLog.xsd:Lo[详细]
2023-03-01 03:49 分类:问答