C# Class ExcelDna.Logging.LogDisplayTraceListener

Inheritance: System.Diagnostics.TraceListener
Afficher le fichier Open project: Excel-DNA/ExcelDna

Méthodes publiques

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

Method Details

LogDisplayTraceListener() public méthode

public LogDisplayTraceListener ( ) : System
Résultat System

LogDisplayTraceListener() public méthode

public LogDisplayTraceListener ( string name ) : System
name string
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

Write() public méthode

public Write ( string message ) : void
message string
Résultat void

WriteLine() public méthode

public WriteLine ( string message ) : void
message string
Résultat void