LogSpot is a log management platform for .NET with easy management capabilities.
Used with this provides you with a quick, simple and easy way to log messages with LogSpot.
Also includes a simple way to changing path user can change Target file of logs from configuration, which is awesome when used...
More information
Paquete para capturar eventos Logs y guardarlo en un archivo .txt en una ruta en especifica.
Ejemplo :
Log _log = new Log("@"D:\EVENTOS\PruebasLogA\");
_logA.Evento("Main", "PruebaLogA");