DDDriverLogCommands::LogFailureOK
Log an EXPECTED failure message.
Log that a failure was expected and, as such, is OK.
You can optionally add an additional details description that follows the message.
Fields: [ ]=
Optional with Default Value
-
Message
The message to log.
- [ Details = ]
Additional detail to add to the message.
Examples:
[How To Read This Reference]
DDDriverLogCommands::LogMessage
Log a generic message
Log a generic message. You can optionally add an additional
details description that follows the message.
Fields: [ ]=
Optional with Default Value
-
Message
The message to log.
- [ Details = ]
Additional detail to add to the message.
Examples:
[How To Read This Reference]
DDDriverLogCommands::LogTestFailure
Log a FAILURE message. Also increments appropriate counters.
Log a FAILURE message. Also increments appropriate counters.
You can optionally add an additional details description that follows the message.
Fields: [ ]=
Optional with Default Value
-
Message
The message to log.
- [ Details = ]
Additional detail to add to the message.
Examples:
[How To Read This Reference]
DDDriverLogCommands::LogTestSuccess
Log a SUCCESS/OK message. Also increments appropriate counters.
Log a SUCCESS/OK message. Also increments appropriate counters.
You can optionally add an additional details description that follows the message.
Fields: [ ]=
Optional with Default Value
-
Message
The message to log.
- [ Details = ]
Additional detail to add to the message.
Examples:
[How To Read This Reference]
DDDriverLogCommands::LogTestWarning
Log a WARNING message. Also increments appropriate counters.
Log a WARNING message. Also increments appropriate counters.
You can optionally add an additional details description that follows the message.
Fields: [ ]=
Optional with Default Value
-
Message
The message to log.
- [ Details = ]
Additional detail to add to the message.
Examples:
[How To Read This Reference]
DDDriverLogCommands::LogWarningOK
Log an EXPECTED WARNING message.
Log that a WARNING was expected and, as such, is OK.
You can optionally add an additional details description that follows the message.
Fields: [ ]=
Optional with Default Value
-
Message
The message to log.
- [ Details = ]
Additional detail to add to the message.
Examples:
[How To Read This Reference]
DDDriverLogCommands::ResumeLogging
Resume suspended logging.
Fields: [ ]=
Optional with Default Value
- [ logName = ]
The name of a Log Facility, other than the "current" one, to resume.
Normally, this parameter would NOT be specified, and thus ALL logging would be resumed.
However, there may be the case that a test is using multiple different logs and the tester
is trying to resume a specific one.
Examples:
[How To Read This Reference]
DDDriverLogCommands::SuspendLogging
Suspend all logging.
Fields: [ ]=
Optional with Default Value
- [ logName = ]
The name of a Log Facility if other than the "current" one.
Normally, this parameter would NOT be specified, and thus ALL logging would be suspended.
However, there may be the case that a test is using multiple different logs and the tester
is trying to suspend a specific one.
Examples:
[How To Read This Reference]