DefaultLogHandler Members
Microsoft Robotics Class Reference
The DefaultLogHandler type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DefaultLogHandler |
Initializes a new instance of the DefaultLogHandler class
|
Methods
Name | Description | |
---|---|---|
AttachHandler |
Attachs a new handler to the current handler list
|
|
ContainsHandler |
Checks to see if a handler is attached to the current handler list
|
|
ContainsHandlerOfType |
checks to see if a handler of the given type is attached
|
|
DetachHandler |
Detaches a handler from the current handler list
|
|
Equals | (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.) |
|
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
|
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
SetOrigin |
Sets the log origin
|
|
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
CurrentLogHandlers |
Gets the list of current log handlers
|