Здравствуйте, QrystaL, Вы писали:
QL>Здравствуйте, SteeLHeaD, Вы писали:
SLH>>Почему нельзя сделать логгер, которому можно просто скзаать "запиши лог!" — и он запишет лог. И этим можно пользоваться до тех пор, пока не возникнет желания что нить поменять.
QL>Есть из коробки http://blog.stephencleary.com/2010/12/simple-and-easy-tracing-in-net.html
Observe the Trace Messages
Simple tracing can be observed in one of two ways:
If you run the application in the Visual Studio Debugger, all enabled trace output is written to the Output window.
If you’re running in production (or for some other reason can’t use the debugger), a free Microsoft tool called DebugView may be used to view the traces in real-time (and optionally log them to a file). Tip: uncheck “Options” “Force Carriage Returns” to make the trace output line up correctly.
шел 2016 год. Решения "из коробки" со словами "Simple" в названии требуют "microsoft tool" или visual studio чтобы просто посмотреть логи (и даже это делается не с первой попытки — см. текст про force carriage returns)