C# 클래스 System.Diagnostics.DelimitedListTraceListener

상속: TextWriterTraceListener
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
DelimitedListTraceListener ( System stream )
DelimitedListTraceListener ( System stream, string name )
DelimitedListTraceListener ( string fileName )
DelimitedListTraceListener ( string fileName, string name )
DelimitedListTraceListener ( Stream stream ) : System
DelimitedListTraceListener ( Stream stream, string name ) : System
DelimitedListTraceListener ( TextWriter writer ) : System
DelimitedListTraceListener ( TextWriter writer, string name ) : System
DelimitedListTraceListener ( string fileName ) : System
DelimitedListTraceListener ( string fileName, string name ) : System
TraceData ( System eventCache, string source, System eventType, int id ) : void
TraceData ( System eventCache, string source, System eventType, int id, object data ) : void
TraceData ( TraceEventCache eventCache, String source, TraceEventType eventType, int id ) : void
TraceData ( TraceEventCache eventCache, String source, TraceEventType eventType, int id, object data ) : void
TraceEvent ( System eventCache, string source, System eventType, int id, string message ) : void
TraceEvent ( TraceEventCache eventCache, String source, TraceEventType eventType, int id, string format ) : void

보호된 메소드들

메소드 설명
GetSupportedAttributes ( ) : string[]

비공개 메소드들

메소드 설명
IsEnabled ( TraceOptions opts ) : bool
WriteEscaped ( string message ) : void
WriteFooter ( TraceEventCache eventCache ) : void
WriteHeader ( String source, TraceEventType eventType, int id ) : void

메소드 상세

DelimitedListTraceListener() 공개 메소드

public DelimitedListTraceListener ( System stream )
stream System

DelimitedListTraceListener() 공개 메소드

public DelimitedListTraceListener ( System stream, string name )
stream System
name string

DelimitedListTraceListener() 공개 메소드

public DelimitedListTraceListener ( string fileName )
fileName string

DelimitedListTraceListener() 공개 메소드

public DelimitedListTraceListener ( string fileName, string name )
fileName string
name string

DelimitedListTraceListener() 공개 메소드

public DelimitedListTraceListener ( Stream stream ) : System
stream Stream
리턴 System

DelimitedListTraceListener() 공개 메소드

public DelimitedListTraceListener ( Stream stream, string name ) : System
stream Stream
name string
리턴 System

DelimitedListTraceListener() 공개 메소드

public DelimitedListTraceListener ( TextWriter writer ) : System
writer System.IO.TextWriter
리턴 System

DelimitedListTraceListener() 공개 메소드

public DelimitedListTraceListener ( TextWriter writer, string name ) : System
writer System.IO.TextWriter
name string
리턴 System

DelimitedListTraceListener() 공개 메소드

public DelimitedListTraceListener ( string fileName ) : System
fileName string
리턴 System

DelimitedListTraceListener() 공개 메소드

public DelimitedListTraceListener ( string fileName, string name ) : System
fileName string
name string
리턴 System

GetSupportedAttributes() 보호된 메소드

protected GetSupportedAttributes ( ) : string[]
리턴 string[]

TraceData() 공개 메소드

public TraceData ( System eventCache, string source, System eventType, int id ) : void
eventCache System
source string
eventType System
id int
리턴 void

TraceData() 공개 메소드

public TraceData ( System eventCache, string source, System eventType, int id, object data ) : void
eventCache System
source string
eventType System
id int
data object
리턴 void

TraceData() 공개 메소드

public TraceData ( TraceEventCache eventCache, String source, TraceEventType eventType, int id ) : void
eventCache TraceEventCache
source String
eventType TraceEventType
id int
리턴 void

TraceData() 공개 메소드

public TraceData ( TraceEventCache eventCache, String source, TraceEventType eventType, int id, object data ) : void
eventCache TraceEventCache
source String
eventType TraceEventType
id int
data object
리턴 void

TraceEvent() 공개 메소드

public TraceEvent ( System eventCache, string source, System eventType, int id, string message ) : void
eventCache System
source string
eventType System
id int
message string
리턴 void

TraceEvent() 공개 메소드

public TraceEvent ( TraceEventCache eventCache, String source, TraceEventType eventType, int id, string format ) : void
eventCache TraceEventCache
source String
eventType TraceEventType
id int
format string
리턴 void