Hi,
As I described in the other post, I'm trying to use the NLog system in the WCF application where the client side invokes the service APIs via WCF. I would like to have the logging only on the service side which means that the Nlog.Config resides only on the service side. However when I launch the client side, the NLog system would not find the config file in the client side as it is present only on the service side.
If I programmatically write the configuration on the service side, it works like a charm. However when I put the configuration in Nlog.config in the service DLL location, the NLog system does not read it from the configuration file and the logger is unusable.
Is there a way to read the Nlog config file by command as opposed it to automatically read it? Actually log4net provides a functiion to read the config fromn a given file however it lacks so many features that Nlog provides.
Could you please share some light on how to achieve this?
Thanks, JK