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 |
LogFunctionEnd()
LogFunctionEnd: @todo TODO: Add description to LogFunctionEnd.
|
void |
LogFunctionEnd(Boolean Message)
LogFunctionEnd(Boolean): @todo TODO: Add description to LogFunctionEnd(Boolean).
|
void |
LogFunctionEnd(List<String> Message)
LogFunctionEnd: @todo TODO: Add description to LogFunctionEnd.
|
void |
LogFunctionEnd(String Message)
LogFunctionEnd(String): @todo TODO: Add description to LogFunctionEnd(String).
|
void |
LogFunctionEndDebug()
LogFunctionEndDebug: @todo TODO: Add description to LogFunctionEndDebug.
|
void |
LogFunctionEndDebug(Boolean Message)
LogFunctionEndDebug(Boolean): @todo TODO: Add description to LogFunctionEndDebug(Boolean).
|
void |
LogFunctionEndDebug(List<String> Message)
LogFunctionEndDebug: @todo TODO: Add description to LogFunctionEndDebug.
|
void |
LogFunctionEndDebug(String Message)
LogFunctionEndDebug(String): @todo TODO: Add description to LogFunctionEndDebug(String).
|
void |
LogFunctionStart(String FunctionName,
String... Params)
LogFunctionStart: @todo TODO: Add description to LogFunctionStart.
|
void |
LogFunctionStartDebug(String FunctionName,
String... Params)
LogFunctionStartDebug: @todo TODO: Add description to LogFunctionStartDebug.
|
void |
LogKeyWordEnd()
LogKeyWordEnd: @todo TODO: Add description to LogKeyWordEnd
\~
|
void |
LogKeyWordStart(String KeyWordName,
String... Params)
LogKeyWordStart: @todo TODO: Add description to LogKeyWordStart
|
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 |
LogSequenceEnd()
LogSequenceEnd: @todo TODO: Add description to LogSequenceEnd.
|
void |
LogSequenceStart(String KeyWordName,
String FN,
String SEQName,
String... Params)
LogSequenceStart: Begin of a Sequence.
|
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 LevelHeader)
LogFunctionStartDebug: Opens a debug outline level with the .
|
void |
ResOpenListDebug(String LevelHeader)
LogFunctionStartDebug: Opens a debug outline level with the .
|
void |
setDebugMode(Boolean fpbDebugMode)
setDebugMode: @todo TODO: Add description to setDebugMode.
|
void reset()
void LogTestcaseStart(String fpsTestcaseName)
fpsTestcaseName - \~void LogTestcaseEnd()
void LogKeyWordStart(String KeyWordName, String... Params)
KeyWordName - Params - \~void LogKeyWordEnd()
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 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 LogFunctionStart(String FunctionName, String... Params)
FunctionName - Params - \~void LogFunctionStartDebug(String FunctionName, String... Params)
FunctionName - Params - \~void LogFunctionEnd()
void LogFunctionEndDebug()
void LogFunctionEnd(Boolean Message)
Message - \~void LogFunctionEndDebug(Boolean Message)
Message - \~void LogFunctionEnd(String Message)
Message - \~void LogFunctionEndDebug(String Message)
Message - \~void LogFunctionEnd(List<String> Message)
Message - \~void LogFunctionEndDebug(List<String> Message)
Message - \~void LogPrint(String Message)
Message - Message to print.
\~void LogPrintDebug(String Message)
Message - \~void ResOpenList(String LevelHeader)
LevelHeader - \~void ResOpenListDebug(String LevelHeader)
LevelHeader - \~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 © 2017 OpenKeyWord. All rights reserved.