The standard Ranorex console logger.
| C# | Visual Basic | Visual C++ |
public class ConsoleLogger : IReportLogger
Public Class ConsoleLogger _ Implements IReportLogger
public ref class ConsoleLogger : IReportLogger
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| ConsoleLogger()()() | Initializes a new instance of the ConsoleLogger class | |
| End()()() |
Ends logging. Should free all resources.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| LogData(ReportLevel, String, String, Object, IDictionary<(Of <(String, String>)>)) |
Logs a data message.
| |
| LogText(ReportLevel, String, String, Boolean, IDictionary<(Of <(String, String>)>)) |
Logs a text message.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| PreFilterMessages |
Determines whether the logger is called for all log message or only for messages whose report level
is greater or equal than the currently set report level.
| |
| Start()()() |
Starts the logger.
| |
| ToString()()() | (Inherited from Object.) |
| Object | |
| ConsoleLogger | |
