RanorexRanorex Documentation
ConsoleLogger Class
NamespacesRanorex.CoreConsoleLogger
The standard Ranorex console logger.
Declaration Syntax
C#Visual BasicVisual C++
public class ConsoleLogger : IReportLogger
Public Class ConsoleLogger _
	Implements IReportLogger
public ref class ConsoleLogger : IReportLogger
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ConsoleLogger()()()
Initializes a new instance of the ConsoleLogger class

End()()()
Ends logging. Should free all resources.

Equals(Object)
Determines whether the specified Object is equal to the current 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()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
ConsoleLogger

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 3.2.3.16825 (3.2.3.16825)