Share via


DssLogHandler Members

Microsoft Robotics Class Reference

The DssLogHandler type exposes the following members.

Constructors

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

Methods

  Name Description
Public methodStatic member AddTraceSwitchMapping
Adds mapping between a trace switch and a category enumeration
Public method AttachHandler
Attachs a new handler to the current handler list
(Inherited from DefaultLogHandler.)
Public method ContainsHandler
Checks to see if a handler is attached to the current handler list
(Inherited from DefaultLogHandler.)
Public method ContainsHandlerOfType
checks to see if a handler of the given type is attached
(Inherited from DefaultLogHandler.)
Public method DetachHandler
Detaches a handler from the current handler list
(Inherited from DefaultLogHandler.)
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
Log method used for actually posting an event
(Overrides DefaultLogHandler. . :: . .Log(LogDetails).)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic member SetConsoleVisibleLevel
Adds a category enumeration to the list of console visible categories
Public method SetOrigin
Set Origin method used for setting the origin values
(Overrides DefaultLogHandler. . :: . .SetOrigin(LogDetails).)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  Name Description
Public fieldStatic member DssLogHandlerMessagesNamespace
Namespace used for messages generated by the log handler
Public fieldStatic member DssTraceLevelFilterArgument
Extra Argument name used to contain the traceswitch value
Public fieldStatic member OriginTypeName
Origin Type

Properties

  Name Description
Public property CurrentLogHandlers
Gets the list of current log handlers
(Inherited from DefaultLogHandler.)

See Also

DssLogHandler Class

Microsoft.Dss.Diagnostics Namespace