C# Class UIAutomation.LogHelper

ファイルを表示 Open project: apetrovskiy/STUPS

Public Methods

Method 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

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

Method Details

Debug() public method

public Debug ( string message ) : void
message string
return void

Error() public method

public Error ( string message ) : void
message string
return void

Fatal() public method

public Fatal ( string message ) : void
message string
return void

Info() public method

public Info ( string message ) : void
message string
return void

LogCmdlet() public method

public LogCmdlet ( CommonCmdletBase cmdlet ) : void
cmdlet CommonCmdletBase
return void

LogHelper() public method

public LogHelper ( ) : System
return System

LogHelper() public method

public LogHelper ( string logPath ) : System
logPath string
return System

LogMethodCall() public method

public LogMethodCall ( string methodName, object arguments ) : void
methodName string
arguments object
return void

Trace() public method

public Trace ( string message ) : void
message string
return void

Warn() public method

public Warn ( string message ) : void
message string
return void

WriteLog() public method

public WriteLog ( LogLevels level, string message ) : void
level LogLevels
message string
return void