C# Class IntelShared.Common.ErrorLog

Afficher le fichier Open project: 01org/NMPRK

Méthodes publiques

Свойство Type Description
EnableTracing bool

Méthodes publiques

Méthode Description
LogException ( Exception ex ) : void
TraceEntry ( string txt = "" ) : void
TraceExit ( string txt = "" ) : void
WriteLine ( string line ) : void

Private Methods

Méthode Description
ErrorLog ( ) : System
GetCurrentMethod ( int numFrames ) : string
GetLineFormatted ( string line, string method = "" ) : string

Method Details

LogException() public static méthode

public static LogException ( Exception ex ) : void
ex System.Exception
Résultat void

TraceEntry() public static méthode

public static TraceEntry ( string txt = "" ) : void
txt string
Résultat void

TraceExit() public static méthode

public static TraceExit ( string txt = "" ) : void
txt string
Résultat void

WriteLine() public static méthode

public static WriteLine ( string line ) : void
line string
Résultat void

Property Details

EnableTracing public_oe static_oe property

public static bool EnableTracing
Résultat bool