Share via


DefaultLogHandler Members

Microsoft Robotics Class Reference

The DefaultLogHandler type exposes the following members.

Constructors

  Name Description
Public method DefaultLogHandler
Initializes a new instance of the DefaultLogHandler class

Methods

  Name Description
Public method AttachHandler
Attachs a new handler to the current handler list
Public method ContainsHandler
Checks to see if a handler is attached to the current handler list
Public method ContainsHandlerOfType
checks to see if a handler of the given type is attached
Public method DetachHandler
Detaches a handler from the current handler list
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method 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.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method Log
Logs the diagnostics message This implementation places the log in the log queue so it can be processed by a real handler when one is attached
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method SetOrigin
Sets the log origin
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
Public property CurrentLogHandlers
Gets the list of current log handlers

See Also

DefaultLogHandler Class

Microsoft.Dss.Diagnostics Namespace