Method | Description | |
---|---|---|
ColorConsoleTraceListener ( ) : System |
Initializes a new instance of the ColorConsoleTraceListener class.
|
|
TraceEvent ( |
Writes trace information, a message, and event information to the listener specific output.
|
Method | Description | |
---|---|---|
getEventColor ( TraceEventType eventType, ConsoleColor defaultColor ) : ConsoleColor |
public ColorConsoleTraceListener ( ) : System | ||
return | System |
public TraceEvent ( |
||
eventCache | A |
|
source | string | A name used to identify the output, typically the name of the application that generated the trace event. |
eventType | TraceEventType | One of the |
id | int | A numeric identifier for the event. |
message | string | A message to write. |
return | void |