Re: log server [OT]

2017-05-10 Thread Wallace Turner
her people >>>> are using. >>>> >>>> >>>> >>>> Rob >>>> >>>> >>>> >>>> *From:* ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-bounces@ozdot >>>> net.com] *On Behalf Of *William Luu

Re: log server [OT]

2017-05-10 Thread David Burstin
at other people >>> are using. >>> >>> >>> >>> Rob >>> >>> >>> >>> *From:* ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-bounces@ozdot >>> net.com] *On Behalf Of *William Luu >>> *Sent:* Thursd

Re: log server [OT]

2017-05-10 Thread Dave Walker
Rob >> >> >> >> *From:* ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-bounces@ozdot >> net.com] *On Behalf Of *William Luu >> *Sent:* Thursday, 11 May 2017 9:50 AM >> *To:* ozDotNet <ozdotnet@ozdotnet.com> >> *Subject:* Re: log se

Re: log server [OT]

2017-05-10 Thread William Luu
our systems. Open to what other people are > using. > > > > Rob > > > > *From:* ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-bounces@ > ozdotnet.com] *On Behalf Of *William Luu > *Sent:* Thursday, 11 May 2017 9:50 AM > *To:* ozDotNet <ozdotnet@ozdotnet.com

RE: log server [OT]

2017-05-10 Thread Rob Andrew
:50 AM To: ozDotNet <ozdotnet@ozdotnet.com> Subject: Re: log server [OT] Have you considered Serilog and Seq? Serilog - https://serilog.net/ Seq - https://getseq.net/ You can use Serilog for logging to all the places you need to (so log files, event log, etc and directly

Re: log server [OT]

2017-05-10 Thread William Luu
Have you considered Serilog and Seq? Serilog - https://serilog.net/ Seq - https://getseq.net/ You can use Serilog for logging to all the places you need to (so log files, event log, etc and directly to Seq) and then view them directly in Seq. See: https://docs.getseq.net/v3/docs/using-serilog

Re: log server [OT]

2017-05-10 Thread Greg Keogh
> > can anyone recommend a log server they know and love? (theres a myriad of > options out there!) > I use Azure Tables as a logging destination. Last year I wrote a log4net appender which buffers and delivers rows in efficient batches, and I think there are similar public addons for other