public interface ILogger
| Modifier and Type | Method and Description |
|---|---|
void |
LogError(String Message)
LogError: Logs an error message to the result.
|
void |
LogException(String Message)
LogException: Logs an exception to the results.
|
void |
LogKeyWordEnd()
LogKeyWordEnd: @todo TODO: Add description to LogKeyWordEnd
\~
|
void |
LogKeyWordStart(String KeyWordName,
String... Params)
LogKeyWordStart: @todo TODO: Add description to LogKeyWordStart
|
void |
LogLocalACCallEnd()
LogLocalACCallEnd: End of a local AC call.
|
void |
LogLocalACCallStart(String sourceExcerpt,
String Type)
LogLocalACCallStart: Start of a local AC call.
|
void |
LogPass(String Message)
LogPass: Logs an error message to the result.
|
void |
LogPrint(String Message)
LogPrint: Prints the given message to the results.
|
void |
LogPrintDebug(String Message)
LogPrintDebug: @todo TODO: Add description to LogPrintDebug.
|
void |
LogRemoteACCallEnd()
LogRemoteACCallEnd: End of a remote AC call.
|
void |
LogRemoteACCallStart(String sourceExcerpt,
String Type)
LogRemoteACCallStart: Start of a remote AC call.
|
void |
LogSequenceEnd()
LogSequenceEnd: @todo TODO: Add description to LogSequenceEnd.
|
void |
LogSequenceStart(String KeyWordName,
String FN,
String SEQName,
String... Params)
LogSequenceStart: Begin of a Sequence.
|
void |
LogSourceLocation(String Start,
String End,
String featureName,
String sourceType)
LogSourceLocation: Logs location of Source in Harmony.
|
void |
LogStepEnd()
LogStepEnd: Log End of (Test) Step.
|
void |
LogStepStart(String categoryName,
String categoryType,
String choiceValue,
String featureName,
String localCategoryName,
String sourceExcerpt,
String type)
LogStepStart: Log Begin of (Test) Step.
|
void |
LogTestcaseEnd()
LogTestcaseEnd: @todo TODO: Add description to LogTestcaseEnd
\~
|
void |
LogTestcaseStart(String fpsTestcaseName)
LogTestcaseStart: @todo TODO: Add description to LogTestcaseStart
|
void |
LogWarning(String Message)
LogWarning: Logs an error message to the result.
|
void |
ResCloseList()
ResCloseList: Closes the outline level.
|
void |
ResCloseListDebug()
ResCloseListDebug: @todo TODO: Add description to ResCloseListDebug.
|
void |
reset()
Method resets .
|
void |
ResOpenList(String ListHeader)
LogFunctionStartDebug: Opens a debug outline level with the .
|
void |
ResOpenListDebug(String ListHeader)
\~german
Öffnet eine neue debug Ergenis-Ebene mit der gegebenen Überschrift.
|
void |
setDebugMode(Boolean fpbDebugMode)
setDebugMode: @todo TODO: Add description to setDebugMode.
|
void reset()
void LogError(String Message)
fps_Message - Error message text.
\~void LogPass(String Message)
Message - Pass message
\~void LogWarning(String Message)
Message - Warning message.
\~void LogException(String Message)
Message - \~void LogSourceLocation(String Start, String End, String featureName, String sourceType)
Start - of the SourceEnd - of the SourcefeatureName - the name of feature like "Main Menu"sourceType - The Type of the "ac"
\~void LogPrint(String Message)
Message - Message to print.
\~void LogPrintDebug(String Message)
Message - \~void LogTestcaseStart(String fpsTestcaseName)
fpsTestcaseName - \~void LogTestcaseEnd()
void LogKeyWordStart(String KeyWordName, String... Params)
KeyWordName - Params - \~void LogKeyWordEnd()
void LogStepStart(String categoryName, String categoryType, String choiceValue, String featureName, String localCategoryName, String sourceExcerpt, String type)
Gherkin - Gherkin expression.
\~void LogStepEnd()
void LogLocalACCallStart(String sourceExcerpt, String Type)
Gherkin - Gherkin expression.
\~void LogLocalACCallEnd()
void LogRemoteACCallStart(String sourceExcerpt, String Type)
Gherkin - Gherkin expression.
\~void LogRemoteACCallEnd()
void LogSequenceStart(String KeyWordName, String FN, String SEQName, String... Params)
KeyWordName - In this case "Sequence" - language depended Log e.g. "Sequenz" in german.FN - Funktionalname of the Window.SEQName - Name of the Sequence of the given Window.Params - Optional Parameter of the Sequence
\~void LogSequenceEnd()
void ResOpenList(String ListHeader)
LevelHeader - \~void ResOpenListDebug(String ListHeader)
ListHeader - Überschrift neu zuöffnenden Liste
\~english
Opens a new result list leven with the geven header.ListHeader - \~void ResCloseList()
fps_Message - fpsParameter - \~void ResCloseListDebug()
void setDebugMode(Boolean fpbDebugMode)
fpbDebugMode - If true the DebugMode ist on. Else if false the DebugMode is off.
\~Copyright © 2021 OpenKeyWord. All rights reserved.