C# Class UIAutomation.LogHelper

Afficher le fichier Open project: apetrovskiy/STUPS

Méthodes publiques

Méthode Description
Debug ( string message ) : void
Error ( string message ) : void
Fatal ( string message ) : void
Info ( string message ) : void
LogCmdlet ( CommonCmdletBase cmdlet ) : void
LogHelper ( ) : System
LogHelper ( string logPath ) : System
LogMethodCall ( string methodName, object arguments ) : void
Trace ( string message ) : void
Warn ( string message ) : void
WriteLog ( LogLevels level, string message ) : void

Private Methods

Méthode Description
ConvertHashtableToString ( Hashtable hashtable ) : string
GetObjectPropertiesInfo ( CommonCmdletBase cmdlet ) : string
GetPropertyString ( CommonCmdletBase cmdlet, PropertyInfo propertyInfo ) : string
Init ( ) : void

Method Details

Debug() public méthode

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

Error() public méthode

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

Fatal() public méthode

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

Info() public méthode

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

LogCmdlet() public méthode

public LogCmdlet ( CommonCmdletBase cmdlet ) : void
cmdlet CommonCmdletBase
Résultat void

LogHelper() public méthode

public LogHelper ( ) : System
Résultat System

LogHelper() public méthode

public LogHelper ( string logPath ) : System
logPath string
Résultat System

LogMethodCall() public méthode

public LogMethodCall ( string methodName, object arguments ) : void
methodName string
arguments object
Résultat void

Trace() public méthode

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

Warn() public méthode

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

WriteLog() public méthode

public WriteLog ( LogLevels level, string message ) : void
level LogLevels
message string
Résultat void