| Constructor and Description |
|---|
Log2Console() |
| Modifier and Type | Method and Description |
|---|---|
void |
LogError(String fps_Message)
\copydoc ILogger::LogError(String)
|
void |
LogException(String fps_Message)
\copydoc ILogger::LogException(String)
|
void |
LogFunctionEnd()
\copydoc ILogger::LogFunctionEnd()
|
void |
LogKeyWordEnd()
\copydoc ILogger::LogKeyWordEnd()
|
void |
LogKeyWordStart(String fps_KeyWordName,
String... fpsParameter)
\copydoc ILogger::LogKeyWordStart(String,String...)
|
void |
LogLocalACCallEnd()
\copydoc ILogger::LogAcceptanceCriteriaEnd()
|
void |
LogLocalACCallStart(String sourceExcerpt,
String Type)
\copydoc ILogger::LogAcceptanceCriteriaStart(String,String)
|
void |
LogPass(String fps_Message)
\copydoc ILogger::LogPass(String)
|
void |
LogPostconditionEnd()
\copydoc ILogger::LogPostconditionCriteriaEnd()
|
void |
LogPostconditionStart(String Gherkin)
\copydoc ILogger::LogPostconditionStart(String)
|
void |
LogPreconditionEnd()
\copydoc ILogger::LogPreconditionEnd()
|
void |
LogPreconditionStart(String Gherkin)
\copydoc ILogger::LogPreconditionStart(String)
|
void |
LogPrint(String fps_Message)
\copydoc ILogger::LogPrint(String)
|
void |
LogPrintDebug(String fps_Message)
\copydoc ILogger::LogPrintDebug(String)
|
void |
LogRemoteACCallEnd()
\copydoc ILogger::LogRemoteACCallEnd()
|
void |
LogRemoteACCallStart(String sourceExcerpt,
String Type)
\copydoc ILogger::LogRemoteACCallStart(String, String)
|
void |
LogSequenceEnd()
\copydoc ILogger::LogSequenceEnd()
|
void |
LogSequenceStart(String fps_KeyWordName,
String fpsWindowFN,
String fps_SequenceName,
String... fpsParameter)
\copydoc ILogger::LogSequenceStart(String,String,String,String...)
|
void |
LogSourceLocation(String Start,
String End,
String featureName,
String sourceType)
\copydoc ILogger::LogSourceLocation(String,String,String,String)
|
void |
LogStepEnd()
\copydoc ILogger::LogAcceptanceCriteriaEnd()
|
void |
LogStepStart(String categoryName,
String categoryType,
String choiceValue,
String featureName,
String localCategoryName,
String sourceExcerpt,
String type)
\copydoc ILogger::LogStepStart(String,String,String,String,String,String,String)
|
void |
LogTestcaseEnd()
\copydoc ILogger::LogTestcaseEnd()
|
void |
LogTestcaseStart(String fps_TestcaseName)
\copydoc ILogger::LogTestcaseStart(String)
|
void |
LogWarning(String fps_Message)
\copydoc ILogger::LogWarning(String)
|
void |
ResCloseList()
\copydoc ILogger::ResCloseList()
|
void |
ResCloseListDebug()
\copydoc ILogger::ResCloseListDebug()
|
void |
reset()
Method resets .
|
void |
ResOpenList(String fps_Name)
\copydoc ILogger::ResOpenList(String)
|
void |
ResOpenListDebug(String fps_Name)
\copydoc ILogger::ResOpenListDebug(String)
|
void |
setDebugMode(Boolean cvbDebugMode)
\copydoc ILogger::setDebugMode(Boolean)
|
public void reset()
ILoggerpublic void LogError(String fps_Message)
public void LogException(String fps_Message)
LogException in interface ILoggerfps_Message - \~public void LogFunctionEnd()
public void LogKeyWordEnd()
LogKeyWordEnd in interface ILoggerpublic void LogKeyWordStart(String fps_KeyWordName, String... fpsParameter)
LogKeyWordStart in interface ILoggerfpsParameter - \~public void LogLocalACCallStart(String sourceExcerpt, String Type)
LogLocalACCallStart in interface ILoggerpublic void LogLocalACCallEnd()
LogLocalACCallEnd in interface ILoggerpublic void LogRemoteACCallStart(String sourceExcerpt, String Type)
LogRemoteACCallStart in interface ILoggerpublic void LogRemoteACCallEnd()
LogRemoteACCallEnd in interface ILoggerpublic void LogStepStart(String categoryName, String categoryType, String choiceValue, String featureName, String localCategoryName, String sourceExcerpt, String type)
LogStepStart in interface ILoggerpublic void LogStepEnd()
LogStepEnd in interface ILoggerpublic void LogPreconditionStart(String Gherkin)
public void LogPreconditionEnd()
public void LogPostconditionStart(String Gherkin)
public void LogPostconditionEnd()
public void LogPass(String fps_Message)
public void LogPrint(String fps_Message)
public void LogSourceLocation(String Start, String End, String featureName, String sourceType)
LogSourceLocation in interface ILoggerStart - of the SourceEnd - of the SourcefeatureName - the name of feature like "Main Menu"sourceType - The Type of the "ac"
\~public void LogWarning(String fps_Message)
LogWarning in interface ILoggerfps_Message - Warning message.
\~public void ResCloseList()
ResCloseList in interface ILoggerpublic void ResOpenList(String fps_Name)
ResOpenList in interface ILoggerpublic void LogTestcaseStart(String fps_TestcaseName)
LogTestcaseStart in interface ILoggerfps_TestcaseName - \~public void LogTestcaseEnd()
LogTestcaseEnd in interface ILoggerpublic void LogSequenceStart(String fps_KeyWordName, String fpsWindowFN, String fps_SequenceName, String... fpsParameter)
LogSequenceStart in interface ILoggerfps_KeyWordName - In this case "Sequence" - language depended Log e.g. "Sequenz" in german.fpsWindowFN - Funktionalname of the Window.fps_SequenceName - Name of the Sequence of the given Window.fpsParameter - Optional Parameter of the Sequence
\~public void LogSequenceEnd()
LogSequenceEnd in interface ILoggerpublic void LogPrintDebug(String fps_Message)
LogPrintDebug in interface ILoggerfps_Message - \~public void ResOpenListDebug(String fps_Name)
ResOpenListDebug in interface ILoggerfps_Name - Überschrift neu zuöffnenden Liste
\~english
Opens a new result list leven with the geven header.public void ResCloseListDebug()
ResCloseListDebug in interface ILoggerpublic void setDebugMode(Boolean cvbDebugMode)
setDebugMode in interface ILoggercvbDebugMode - If true the DebugMode ist on. Else if false the DebugMode is off.
\~Copyright © 2021 OpenKeyWord. All rights reserved.