Click or drag to resize

Log Class

Provides access to the test log. To learn more, see Working With TestLeft Test Logs in TestLeft documentation.
Inheritance Hierarchy
SystemObject
  SmartBear.TestLeftLog

Namespace:  SmartBear.TestLeft
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax
public sealed class Log

The Log type exposes the following members.

Methods
  NameDescription
Public methodCloseFolder
Closes the current log folder.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodError
Posts a new error message to the test log.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMessage
Posts a new informative message to the test log.
Public methodOpenFolder
Creates a new folder in the test log and activates it.
Public methodPicture
Posts an image to the test log.
Public methodSave
Saves the current log.
Public methodScreenshot
Makes a screenshot and posts it to the test log.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWarning
Posts a new warning message to the test log.
Top
See Also