Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this questionI'm looking for recommendations for a hosted service to collect logging information from client applications. The service would preferably be a high-availability service using a cloud infrastructure or something equivalent.
I'd like to be able to direct some logging information from my .NET client application (using a logging framework like Log4Net or NLog) to this logging server and then access the log data via a web interface of some kind. Obviously the more features on the web interface for analyzing the log data, the better. Writing a simple service myself to do this wouldn't be that hard, but I'd rather just pay a reasonable monthly fee for someone else to maintain and improve it. The service
I found a couple of op开发者_如何转开发tions including
- Gibraltor Hub @ http://www.gibraltarsoftware.com
- LogVerse @ http://www.logverse.com/
- LogFaces (not hosted) @ http://www.moonlit-software.com/logfaces/web/
Surely there must be many of these sorts of services out there, but I haven't figured out the right search terms to find them. Any recommendations for services you've used? Thanks!
I tried Loggly, but found the user interface to be very confusing and it basically seemed to not work some of the time.
The folks at preemptive (dotfuscator) also provide similar services, mostly around usage analysis. They're .Net specific though. I've never used their product so I can't say whether they're good or not. Here's a link to their product: http://www.preemptive.com/products/runtime-intelligence/overview
I would honestly give MongoHQ a try. I've found MongoDB is really great for massive data sets and MapReduce jobs.
精彩评论