| 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()
LogFunctionEnd: @todo TODO: Add description to LogFunctionEnd.
|
void |
LogFunctionEnd(Boolean fpb_Return)
LogFunctionEnd(Boolean): @todo TODO: Add description to LogFunctionEnd(Boolean).
|
void |
LogFunctionEnd(List<String> fpls_Return)
LogFunctionEnd: @todo TODO: Add description to LogFunctionEnd.
|
void |
LogFunctionEnd(String fps_Return)
LogFunctionEnd(String): @todo TODO: Add description to LogFunctionEnd(String).
|
void |
LogFunctionEndDebug()
LogFunctionEndDebug: @todo TODO: Add description to LogFunctionEndDebug.
|
void |
LogFunctionEndDebug(Boolean fpb_Return)
LogFunctionEndDebug(Boolean): @todo TODO: Add description to LogFunctionEndDebug(Boolean).
|
void |
LogFunctionEndDebug(List<String> fpLs_Return)
LogFunctionEndDebug: @todo TODO: Add description to LogFunctionEndDebug.
|
void |
LogFunctionEndDebug(String fps_Return)
LogFunctionEndDebug(String): @todo TODO: Add description to LogFunctionEndDebug(String).
|
void |
LogFunctionStart(String fps_FunctionName,
String... fpsParameter)
LogFunctionStart: @todo TODO: Add description to LogFunctionStart.
|
void |
LogFunctionStartDebug(String fps_FunctionName,
String... fpsParameter)
LogFunctionStartDebug: @todo TODO: Add description to LogFunctionStartDebug.
|
void |
LogKeyWordEnd()
LogKeyWordEnd: @todo TODO: Add description to LogKeyWordEnd
\~
|
void |
LogKeyWordStart(String fps_KeyWordName,
String... fpsParameter)
LogKeyWordStart: @todo TODO: Add description to LogKeyWordStart
|
void |
LogPass(String fps_Message)
\copydoc ILogger::LogPass(String)
|
void |
LogPrint(String fps_Message)
\copydoc ILogger::LogPrint(String)
|
void |
LogPrintDebug(String fps_Message)
LogPrintDebug: @todo TODO: Add description to LogPrintDebug.
|
void |
LogSequenceEnd()
LogSequenceEnd: @todo TODO: Add description to LogSequenceEnd.
|
void |
LogSequenceStart(String fps_KeyWordName,
String fpsWindowFN,
String fps_SequenceName,
String... fpsParameter)
LogSequenceStart: Begin of a Sequence.
|
void |
LogTestcaseEnd()
LogTestcaseEnd: @todo TODO: Add description to LogTestcaseEnd
\~
|
void |
LogTestcaseStart(String fps_TestcaseName)
LogTestcaseStart: @todo TODO: Add description to LogTestcaseStart
|
void |
LogVerify(String fps_Actual,
String fps_Expected)
Deprecated.
|
void |
LogWarning(String fps_Message)
\copydoc ILogger::LogWarning(String)
|
void |
ResCloseList()
\copydoc ILogger::ResCloseList()
|
void |
ResCloseListDebug()
ResCloseListDebug: @todo TODO: Add description to ResCloseListDebug.
|
void |
ResOpenList(String fps_Name)
LogFunctionStartDebug: Opens a debug outline level with the .
|
void |
ResOpenListDebug(String fps_Name)
LogFunctionStartDebug: Opens a debug outline level with the .
|
void |
setDebugMode(Boolean cvbDebugMode)
setDebugMode: @todo TODO: Add description to setDebugMode.
|
public void LogError(String fps_Message)
public void LogException(String fps_Message)
LogException in interface ILoggerfps_Message - \~public void LogFunctionEnd()
ILoggerLogFunctionEnd in interface ILoggerpublic void LogFunctionEnd(String fps_Return)
ILoggerLogFunctionEnd in interface ILoggerfps_Return - \~public void LogFunctionEnd(Boolean fpb_Return)
ILoggerLogFunctionEnd in interface ILoggerfpb_Return - \~public void LogFunctionEnd(List<String> fpls_Return)
ILoggerLogFunctionEnd in interface ILoggerfpls_Return - \~public void LogFunctionStart(String fps_FunctionName, String... fpsParameter)
ILoggerLogFunctionStart in interface ILoggerfpsParameter - \~public void LogKeyWordEnd()
ILoggerLogKeyWordEnd in interface ILoggerpublic void LogKeyWordStart(String fps_KeyWordName, String... fpsParameter)
ILoggerLogKeyWordStart in interface ILoggerfpsParameter - \~public void LogPass(String fps_Message)
public void LogPrint(String fps_Message)
@Deprecated public void LogVerify(String fps_Actual, String fps_Expected)
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)
ILoggerResOpenList in interface ILoggerfps_Name - \~public void LogTestcaseStart(String fps_TestcaseName)
ILoggerLogTestcaseStart in interface ILoggerfps_TestcaseName - \~public void LogTestcaseEnd()
ILoggerLogTestcaseEnd in interface ILoggerpublic void LogSequenceStart(String fps_KeyWordName, String fpsWindowFN, String fps_SequenceName, String... fpsParameter)
ILoggerLogSequenceStart 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()
ILoggerLogSequenceEnd in interface ILoggerpublic void LogFunctionStartDebug(String fps_FunctionName, String... fpsParameter)
ILoggerLogFunctionStartDebug in interface ILoggerfpsParameter - \~public void LogFunctionEndDebug()
ILoggerLogFunctionEndDebug in interface ILoggerpublic void LogFunctionEndDebug(Boolean fpb_Return)
ILoggerLogFunctionEndDebug in interface ILoggerfpb_Return - \~public void LogFunctionEndDebug(String fps_Return)
ILoggerLogFunctionEndDebug in interface ILoggerfps_Return - \~public void LogFunctionEndDebug(List<String> fpLs_Return)
ILoggerLogFunctionEndDebug in interface ILoggerfpLs_Return - \~public void LogPrintDebug(String fps_Message)
ILoggerLogPrintDebug in interface ILoggerfps_Message - \~public void ResOpenListDebug(String fps_Name)
ILoggerResOpenListDebug in interface ILoggerfps_Name - \~public void ResCloseListDebug()
ILoggerResCloseListDebug in interface ILoggerpublic void setDebugMode(Boolean cvbDebugMode)
ILoggersetDebugMode in interface ILoggercvbDebugMode - If true the DebugMode ist on. Else if false the DebugMode is off.
\~Copyright © 2016 OpenKeyWord. All rights reserved.