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");
}
}
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");
}
}