C# Class LogReplay.ColorConsoleTraceListener

Inheritance: System.Diagnostics.ConsoleTraceListener
Afficher le fichier Open project: NuGet/Entropy

Méthodes publiques

Méthode Description
ColorConsoleTraceListener ( ) : System
TraceEvent ( TraceEventCache eventCache, string source, TraceEventType eventType, int id, string message ) : void

Private Methods

Méthode Description
GetEventColor ( TraceEventType eventType, ConsoleColor defaultColor ) : ConsoleColor

Method Details

ColorConsoleTraceListener() public méthode

public ColorConsoleTraceListener ( ) : System
Résultat System

TraceEvent() public méthode

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
Résultat void