fluent / NLog.Targets.Fluentd

Apache License 2.0
44 stars 31 forks source link

how to config #1

Open feiyao opened 10 years ago

feiyao commented 10 years ago

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

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

moriyoshi commented 9 years ago

Are you sure any fluent forwarding agent is running on your localhost and listening on port 24244?