fluent / fluent/NLog.Targets.Fluentd
how to config
Open
- 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

//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.