|
Which target/wrapper should I use to get the log messages out of the process as early as possible? NLog has some sort of IPC I suppose, but I dont find anything straight forward. Doesn't need to send anything over the network. I could setup a windows service if that is required of out of process logging. I dont want to use windows event logger, only a ordinary simple text file.
Thanks in advance for advices.
|