fluent / fluent/NLog.Targets.Fluentd

how to config

Open
#1 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
46
Forks
31
PR merge metrics
No merged PRs in 30d

Description

Hi,
Below are my config and program, for some reason I didn't get message logged. Did I do anything apparently wrong. I tried your Demo app, and it's not working either.

//NLog.config
![capture](https://cloud.githubusercontent.com/assets/5900078/3818573/653eb42c-1ce2-11e4-9788-3f7f734968e7.PNG)

//Program.cs
class Program
{
private static Logger logger = LogManager.GetCurrentClassLogger();
static void Main(string[] args)
{
logger.Info("sending from NLog");
}
}

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.