C# Class Dwarrowdelf.MMLogTraceListener

Inheritance: System.Diagnostics.TraceListener
显示文件 Open project: tomba/dwarrowdelf Class Usage Examples

Public Methods

Method Description
Append ( TraceEventType eventType, string message ) : void
Fail ( string message ) : void
Fail ( string message, string detailMessage ) : void
MMLogTraceListener ( ) : System
TraceEvent ( TraceEventCache eventCache, string source, TraceEventType eventType, int id, string message ) : void
Write ( string message ) : void
WriteLine ( string message ) : void

Method Details

Append() public method

public Append ( TraceEventType eventType, string message ) : void
eventType TraceEventType
message string
return void

Fail() public method

public Fail ( string message ) : void
message string
return void

Fail() public method

public Fail ( string message, string detailMessage ) : void
message string
detailMessage string
return void

MMLogTraceListener() public method

public MMLogTraceListener ( ) : System
return System

TraceEvent() public method

public TraceEvent ( TraceEventCache eventCache, string source, TraceEventType eventType, int id, string message ) : void
eventCache System.Diagnostics.TraceEventCache
source string
eventType TraceEventType
id int
message string
return void

Write() public method

public Write ( string message ) : void
message string
return void

WriteLine() public method

public WriteLine ( string message ) : void
message string
return void