Skip to content
#

logging-library

Here are 458 public repositories matching this topic...

RoscoeTheDog
RoscoeTheDog commented Sep 4, 2019

Hello. I am trying to migrate my project from basic logging to something more advanced and someone recommended this module through reddit. I have been through the quick-start guide and other available documentation and have some very basic questions about the API.

How can I parse the logs and format them for the stdout?

Is there a way to stream what's being written to the log, just like the

daboross
daboross commented Nov 14, 2019

Should be fairly straightforward, we can do the same thing we did for the syslog3/4 distinction for adding support for syslog 5. Main work is in rewriting full examples to use syslog 5.

There were some things that syslog 3 could do, but syslog 4 couldn't. I can't remember off the top of my head what they were. If syslog 5 fixes these, and is at least as capable as both syslog 3 and 4, we can re

SirBisgaard
SirBisgaard commented Mar 10, 2020

Bug

NLog version: 4.6.8
NLog.Extensions.Logging version: 1.6.1
NLog.Web.AspNetCore version: 4.9.0

Platform: .NET Core 3.2
Current NLog config

<?xml version="1.0" encoding="utf-8" ?>
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      autoReload="true"
      internalLogLevel="In

Improve this page

Add a description, image, and links to the logging-library topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the logging-library topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.