본문 바로가기
C#(CSharp)/Etc

TraceListener

by swconsulting 2017. 12. 7.


C# Logging using Trace and DebugView


1)

https://msdn.microsoft.com/en-us/library/system.diagnostics.tracelistener(v=vs.110).aspx


2)

http://www.c-sharpcorner.com/uploadfile/puranindia/tracelistener-classes-in-c-sharp/


3)

http://dickvdbrink.github.io/c%23/2015/01/09/CSharp-Logging-using-Trace-and-DebugView.html


https://docs.microsoft.com/en-us/dotnet/framework/debug-trace-profile/how-to-create-initialize-and-configure-trace-switches


Sample Code From c-sharpcorner

TraceListenerClasses.zip



'C#(CSharp) > Etc' 카테고리의 다른 글

Which is best LINQ or SQL queries?  (0) 2018.02.04
Populate data table from data reader  (0) 2018.02.02
Simple and Powerful Debug function  (0) 2017.10.18
Send mail by GMail  (0) 2017.08.07
BlockingQueue (BlockingCollection)  (0) 2017.08.07