when i use <customErrors mode=\"Off\"/> and i have an error on the scre开发者_开发技巧en it writes to log file but when i use <customErrors mode=\"RemoteOnly\"/> then i see my custom error
I am trying to convert existing logging library used by a bunch of apps to use NLog.The existing logging code has no indirection, logging calls go straight from the caller to a webservice call.The exi
I\'m writing a small file conversion utility. Files get automatically converted when they are dropped into a directory.
Currently, we have NLog spitting out CSV files just to prove we have NLog actually logging exceptions.
I am using NLog and I want to log to RichTextBox and File at the same time. And I want to configure the Logger programmatically, not with xml config file.
We are currently using NLog for logging (which was an arbitrary choice made some months ago so it can be changed if necessary).
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I\'m trying to create a NLog layout config like so: layout = \"${callsite} > ${message} (${exception:format=tostring})\"
As per NLog\'s documentation: Most applications will use one logger per class, where the name of the logger is the same as the name of the class.
1: Is there a create statement for the Database Target Log Table for all the possible fields documented somewhere? I created one by guessing and I could check the source, but it would be handy if the