I want to use Logging in a project which currently does not have any logging implementation. I was planning to use NLog but stumbled upon an answer here that said ReflectInsight is an even more powerful logging solution so I would like to give it a try. From what I have read so far I can conclude that I can use ReflectInsight native API or use its extensions with other Logging solutions such as Log4Net or NLog.
I want to use its native API but can't find a Getting started tutorial. Can anyone please tell me how can I implement ReflectInsight Api.
Kindly give me a very simple example which shows how can I save data to DB or some other XML or log file and then how can I view that logging info using its viewer?
A simple two lined method that throws an exception and then logs it will be much appreciated.