OpenKeyWord  Build Tag: jenkins-DoxyGen_EN-107, Build ID: 2015-03-08_20-51-06
 All Classes Namespaces Functions Variables Properties Pages
OKW.Log.ILogger Interface Reference

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();. More...

Inheritance diagram for OKW.Log.ILogger:

Public Member Functions

void LogError (string fps_Message)
 
void LogException (string fps_Message)
 
void LogFunctionEnd ()
 
void LogFunctionEnd (bool fpb_Return)
 
void LogFunctionEnd (string fps_Return)
 
void LogFunctionEnd (List< string > fps_Return)
 
void LogFunctionStart (string fps_FunctionName)
 
void LogFunctionStart (string fps_FunctionName, string P1_Name, string P1_Value)
 
void LogFunctionStart (string fps_FunctionName, string P1_Name, string P1_Value, string P2_Name, string P2_Value)
 
void LogFunctionStart (string fps_FunctionName, string P1_Name, string P1_Value, string P2_Name, string P2_Value, string P3_Name, string P3_Value)
 
void LogFunctionStart (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 LogKeyWordEnd ()
 
void LogKeyWordStart (string fps_KeyWordName)
 
void LogKeyWordStart (string fps_KeyWordName, string fpsFunctionalname)
 
void LogKeyWordStart (string fps_KeyWordName, string fpsFunctionalname, string fps_Parameter_1)
 
void LogKeyWordStart (string fps_KeyWordName, string fpsFunctionalname, string fps_Parameter_1, string fps_Parameter_2)
 
void LogKeyWordStart (string fps_KeyWordName, string fpsFunctionalname, string fps_Parameter_1, string fps_Parameter_2, string fps_Parameter_3)
 
void LogPrint (string fps_Message)
 
void LogVerify (string fps_Actual, string fps_Expected)
 
void LogWarning (string fps_Message)
 
void ResCloseList ()
 
void ResOpenList (string fps_Name)
 

Detailed Description

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);


The documentation for this interface was generated from the following file: