-
Hi.
I get this exception when I try to clone the object 'NLog.LogManager.Configuration' of type NLog.Config.LoggingConfiguration.
I use the nuget version 2.2.2 in a .NET Core 3.1 project (Console…
-
I'm trying to use the following target Layout to get NLog to send the message verbatim, but it still wraps it in a bunch of unnecessary data... The same target Layout works fine for file logging.
…
-
Any chance you could add support for json logs
Example:
```json
{ "time": "2018-04-05 14:41:24.4791", "level": "INFO", "thread": "15 ", "message": "Request received (\"DB\", \"Save\")", "module": "…
-
I tried this project on a Galaxy S9 and a Mate 10 (both Oreo) and although it created the path "internal storage/Android/data/NLogSample.Droid/files" no file appeared in the target folder. Any idea w…
-
### Environment
SaaS (https://sentry.io/)
### What are you trying to accomplish?
(Org recently transitioned their WinUI app from using AppCenter)
Certain crashes are not appearing in Sentry.
Sys…
-
Hi @304NotModified. Is it possible to apply the `[Target("Elmah")]` attribute to all controllers? I was thinking of adding it via `FilterConfig.cs` as a global filter:
```c#
public static void Reg…
arc95 updated
7 years ago
-
[NLog](http://nlog-project.org) over in the .NET world has this quite neat feature where it's possible to define [conditional patterns (nlog calls these layouts)](http://nlog-project.org/category/adva…
-
Your code doesn't indicate you have to setup NLog anywhere.
When it's not setup the entire nuget fails to load anything. It seems you have to not only setup NLog now, you also have to add a magic u…
-
**Bug description**
I discovered an issue in my codebase where if I log a huge log (100kb) then it logs correctly to the file logger but suddenly all Syslogs stop forever more. Syslog stops working…
-
With bare minimum. For several goals:
- Using the NLog Logger in application-library should not invite many dependencies for the application-library
- The NLog nuget-package should support platform…