Hi, pals
I want to build a distibuted Logging system at our company using nlog, wich is most great logging framework I've seen.
So what I need is to have the ability to send log from clients apps to main logging server(wich maybe also use nlog) through network and write it to files. Db is not a solution for now, coz we dont have dedicated machine for this, and there there is some db-maintance problem with archiving and utilizing old logs we have not not solved yet. And just to note: our apps produces about 300-500 mb/day.
So I decided to take look on a NetworkTarget wich can sends log messages with tcp without overhead of http (WebserviceTarget). But, unforunately, i don't find any examples of server-side code wich is able to maintain that sort of task (maintain conections, detect sender apps message paramters to determine in wich file to write, etc) . Also lack of docs on target itself.
So if someone now working solutions for that problem, I will be very appreciated if you share it. Thanks.
P.S. Sorry for english)