NLog.Targets.Fluentd
NLog.Targets.Fluentd copied to clipboard
how to config
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"); } }
Are you sure any fluent forwarding agent is running on your localhost and listening on port 24244?