-
Because of Serilog can't getting their rolling logfiles together I thought, why not let the File part be handled by NLog which has no problem with it.
Which at least getting the rolling log part ha…
-
**NLog version**: (e.g. 4.6.8)
**Platform**: .Net 4.0
**Current NLog config** (xml or C#, if relevant)
```xml
```
**code**
```c#
RichTextBoxTarget…
-
When using the `NetworkTarget` with the `KeepConnection=true`, the connection to the server is kept open so that it can be reused. Using the TCP protocol, if the server is configured to close the conn…
-
When using this format:
```xml
```
Then one gets the following XML schema-validation error:
![image](https://user-images.githubusercontent.com/11509660/174430551-d6bc974b-d567-44ae-9824-a2a42f…
-
Hi! I'm trying to build Nakama C++ SDK for UWP with gRPC support.
First of all: it requires gRPC dependency, but vcpkg.json does not contains "grpc" dependency, but it's fixable. (just added in loca…
-
Remove the defunct NLog Loggly target.
Implement NLog as a logger
-
Important part of csproj:
```
all
runtime; build; native; contentfiles; analyzers; buildtransitive
Designer
true
NLog.…
Dunge updated
3 years ago
-
This makes it impossible to complete `LogManager.Shutdown()`
It will correctly complain with timeout error on Flush using threadpool-threads. But afterwards when closing all targets then it will ge…
-
This is my exception error:
```json
{
"internalException": {
"type": "NLog.NLogRuntimeException",
"message": "Asynchronous exception has occurred.",
"method": "Void RunSynchronously(NLog.…
-
- Why do we need it?
1) When using NLog from (e.g.) .NET Core it is not possible (or practical) to use the Windows Certificate Store. NLog could effectively use a new "certificate" attribute for…