OpenKeyWord  Version: 426, Datum:
OKW.Log.ILogger Schnittstellenreferenz

Debug Logs are not a part of Interface. This functions are Implemented in Logger.cs a Log*Debug function calls after checking the log-conditions(debug=true) the Log*-Funktion(without "Debug") void LogPrintDebug();. Mehr ...

Klassendiagramm für OKW.Log.ILogger:
Inheritance graph
Zusammengehörigkeiten von OKW.Log.ILogger:
Collaboration graph

Öffentliche Methoden

void LogError (string fps_Message)
 LogError Function: Logs an error message to the results file. Mehr ...
 
void LogException (string fps_Message)
 LogException Function: Logs a Script Exception to the results file. Mehr ...
 
void LogFunctionEnd ()
 
void LogFunctionEnd (bool fpb_Return)
 
void LogFunctionEnd (string fps_Return)
 
void LogFunctionEnd (List< string > fps_Return)
 
void LogFunctionStart (string fps_FunctionName, params string[] fpsParameter)
 
void LogKeyWordEnd ()
 
void LogKeyWordStart (string fps_KeyWordName, params string[] fpsParameter)
 
void LogPrint (string fps_Message)
 LogPrint Function: Prints the values of expressions to the results file. Mehr ...
 
void LogVerify (string fps_Actual, string fps_Expected)
 
void LogWarning (string fps_Message)
 LogWarning Function: Logs a warning to the results file. Mehr ...
 
void ResCloseList ()
 Closes the outline level.
 
void ResOpenList (string fps_Name)
 

Ausführliche Beschreibung

Debug Logs are not a part of Interface. This functions are Implemented in Logger.cs a Log*Debug function calls after checking the log-conditions(debug=true) the Log*-Funktion(without "Debug") void LogPrintDebug();.

FunktionLogs... void LogFunctionStartDebug(string fps_FunctionName); void LogFunctionStartDebug(string fps_FunctionName, string P1_Name, string P1_Value); void LogFunctionStartDebug(string fps_FunctionName, string P1_Name, string P1_Value, string P2_Name, string P2_Value); void LogFunctionStartDebug(string fps_FunctionName, string P1_Name, string P1_Value, string P2_Name, string P2_Value, string P3_Name, string P3_Value); void LogFunctionStartDebug(string fps_FunctionName, string P1_Name, string P1_Value, string P2_Name, string P2_Value, string P3_Name, string P3_Value, string P4_Name, string P4_Value); void LogFunctionEndDebug(); void LogFunctionEndDebug(string fps_Return);

Definiert in Zeile 62 der Datei ILogger.cs.

Dokumentation der Elementfunktionen

void OKW.Log.ILogger.LogError ( string  fps_Message)

LogError Function: Logs an error message to the results file.

Parameter
fps_Message

Implementiert in OKW.Log.Log2ConsoleFile, OKW.Log.Log2HTMLFile, OKW.Log.Log2Console, OKW.Log.Log2TestClipboard und OKW.Log.Log2NUnit.

Hier ist ein Graph der zeigt, wo diese Funktion aufgerufen wird:

void OKW.Log.ILogger.LogException ( string  fps_Message)

LogException Function: Logs a Script Exception to the results file.

Parameter
fps_Message

Implementiert in OKW.Log.Log2HTMLFile, OKW.Log.Log2ConsoleFile, OKW.Log.Log2Console, OKW.Log.Log2TestClipboard und OKW.Log.Log2NUnit.

Hier ist ein Graph der zeigt, wo diese Funktion aufgerufen wird:

void OKW.Log.ILogger.LogPrint ( string  fps_Message)

LogPrint Function: Prints the values of expressions to the results file.

Parameter
fps_Message

Implementiert in OKW.Log.Log2HTMLFile, OKW.Log.Log2ConsoleFile, OKW.Log.Log2Console, OKW.Log.Log2TestClipboard und OKW.Log.Log2NUnit.

Hier ist ein Graph der zeigt, wo diese Funktion aufgerufen wird:

void OKW.Log.ILogger.LogWarning ( string  fps_Message)

LogWarning Function: Logs a warning to the results file.

Parameter
fps_Message

Implementiert in OKW.Log.Log2HTMLFile, OKW.Log.Log2ConsoleFile, OKW.Log.Log2Console, OKW.Log.Log2TestClipboard und OKW.Log.Log2NUnit.

Hier ist ein Graph der zeigt, wo diese Funktion aufgerufen wird:


Die Dokumentation für diese Schnittstelle wurde erzeugt aufgrund der Datei: