Closed NikolayIT closed 5 years ago
Console.WriteLine is not the appropriate way to log debug information (example: https://github.com/AlexPoint/SubtitlesParser/blob/master/SubtitlesParser/Classes/Parsers/MicroDvdParser.cs#L77)
Not only it brings noise to the Console applicaitons, it also crashes when this code is ran in Windows Service environment.
You're right, this "Console.WriteLine" statement is probably a remnant of my debugging. It would be great if you can a pull request fixing this issue.
Console.WriteLine is not the appropriate way to log debug information (example: https://github.com/AlexPoint/SubtitlesParser/blob/master/SubtitlesParser/Classes/Parsers/MicroDvdParser.cs#L77)
Not only it brings noise to the Console applicaitons, it also crashes when this code is ran in Windows Service environment.