| 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 |
LogFunctionEnd(Boolean fpb_Return)
\copydoc ILogger::LogFunctionEnd(Boolean)
|
void |
LogFunctionEnd(List<String> fpls_Return)
\copydoc ILogger::LogFunctionEnd(List
|
void |
LogFunctionEnd(String fps_Return)
\copydoc ILogger::LogFunctionEnd(String)
|
void |
LogFunctionEndDebug()
\copydoc ILogger::LogFunctionEndDebug()
|
void |
LogFunctionEndDebug(Boolean fpb_Return)
\copydoc ILogger::LogFunctionEndDebug(Boolean)
|
void |
LogFunctionEndDebug(List<String> fpLs_Return)
\copydoc ILogger::LogFunctionEndDebug(List
|
void |
LogFunctionEndDebug(String fps_Return)
\copydoc ILogger::LogFunctionEndDebug(String)
|
void |
LogFunctionStart(String fps_FunctionName,
String... fpsParameter)
\copydoc ILogger::LogFunctionStart(String,String...)
|
void |
LogFunctionStartDebug(String fps_FunctionName,
String... fpsParameter)
\copydoc ILogger::LogFunctionStartDebug(String,String...)
|
void |
LogKeyWordEnd()
\copydoc ILogger::LogKeyWordEnd()
|
void |
LogKeyWordStart(String fps_KeyWordName,
String... fpsParameter)
\copydoc ILogger::LogKeyWordStart(String,String...)
|
void |
LogPass(String fps_Message)
\copydoc ILogger::LogPass(String)
|
void |
LogPrint(String fps_Message)
\copydoc ILogger::LogPrint(String)
|
void |
LogPrintDebug(String fps_Message)
\copydoc ILogger::LogPrintDebug(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 |
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()
LogFunctionEnd in interface ILoggerpublic void LogFunctionEnd(String fps_Return)
LogFunctionEnd in interface ILoggerfps_Return - \~public void LogFunctionEnd(Boolean fpb_Return)
LogFunctionEnd in interface ILoggerfpb_Return - \~public void LogFunctionEnd(List<String> fpls_Return)
LogFunctionEnd in interface ILoggerfpls_Return - \~public void LogFunctionStart(String fps_FunctionName, String... fpsParameter)
LogFunctionStart in interface ILoggerfpsParameter - \~public void LogKeyWordEnd()
LogKeyWordEnd in interface ILoggerpublic void LogKeyWordStart(String fps_KeyWordName, String... fpsParameter)
LogKeyWordStart in interface ILoggerfpsParameter - \~public void LogPass(String fps_Message)
public void LogPrint(String fps_Message)
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 LogFunctionStartDebug(String fps_FunctionName, String... fpsParameter)
LogFunctionStartDebug in interface ILoggerfpsParameter - \~public void LogFunctionEndDebug()
LogFunctionEndDebug in interface ILoggerpublic void LogFunctionEndDebug(Boolean fpb_Return)
LogFunctionEndDebug in interface ILoggerfpb_Return - \~public void LogFunctionEndDebug(String fps_Return)
LogFunctionEndDebug in interface ILoggerfps_Return - \~public void LogFunctionEndDebug(List<String> fpLs_Return)
LogFunctionEndDebug in interface ILoggerfpLs_Return - \~public 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 © 2019 OpenKeyWord. All rights reserved.