OpenKeyWord  Build Tag: jenkins-DoxyGen_EN-107, Build ID: 2015-03-08_20-51-06
 All Classes Namespaces Functions Variables Properties Pages
OKW.Log.Log2NUnit Class Reference
Inheritance diagram for OKW.Log.Log2NUnit:
Collaboration diagram for OKW.Log.Log2NUnit:

Public Member Functions

void LogError (string fps_Message)
 LogError Function: Logs an error message to the results file. More...
 
void LogException (string fps_Message)
 LogException Function: Logs a Script Exception to the results file. More...
 
void LogFunctionEnd ()
 
void LogFunctionEnd (string fps_Return)
 
void LogFunctionEnd (bool fpb_Return)
 
void LogFunctionEnd (List< string > fpls_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 fps_Parameter_1)
 
void LogKeyWordStart (string fps_KeyWordName, string fps_Parameter_1, string fps_Parameter_2)
 
void LogKeyWordStart (string fps_KeyWordName, string fps_Parameter_1, string fps_Parameter_2, string fps_Parameter_3)
 
void LogKeyWordStart (string fps_KeyWordName, string fps_Parameter_1, string fps_Parameter_2, string fps_Parameter_3, string fps_Parameter_4)
 
void LogPrint (string fps_Message)
 LogPrint Function: Prints the values of expressions to the results file. More...
 
void LogVerify (string fps_Actual, string fps_Expected)
 
void LogWarning (string fps_Message)
 LogWarning Function: Logs a warning to the results file. More...
 
void ResCloseList ()
 
void ResOpenList (string fps_Name)
 

Private Member Functions

void BlankBefore ()
 

Private Attributes

string BlanksBefore = string.Empty
 
int LevelCounter = 0
 

Member Function Documentation

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

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

Parameters
fps_Message

Implements OKW.Log.ILogger.

68  {
69  Log2NUnit_Console.GetInstance.Write(this.BlanksBefore + "Error: ");
70  Log2NUnit_Console.GetInstance.WriteLine(fps_Message);
71  }
void OKW.Log.Log2NUnit.LogException ( string  fps_Message)

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

Parameters
fps_Message

Implements OKW.Log.ILogger.

79  {
80  Log2NUnit_Console.GetInstance.Write(this.BlanksBefore + "Exception: ");
81  Log2NUnit_Console.GetInstance.WriteLine(fps_Message);
82  }
void OKW.Log.Log2NUnit.LogPrint ( string  fps_Message)

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

Parameters
fps_Message

Implements OKW.Log.ILogger.

213  {
214  Log2NUnit_Console.GetInstance.WriteLine(this.BlanksBefore + fps_Message);
215  }
void OKW.Log.Log2NUnit.LogWarning ( string  fps_Message)

LogWarning Function: Logs a warning to the results file.

Parameters
fps_Message

Implements OKW.Log.ILogger.

234  {
235  Log2NUnit_Console.GetInstance.Write(this.BlanksBefore + "Warning: ");
236  Log2NUnit_Console.GetInstance.WriteLine(fps_Message);
237  }

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