UILogMessage Class

Defines a log message send by the System

Definition

Namespace: IO
Assembly: Gemstone.IO (in Gemstone.IO.dll) Version: 1.0.170 -- Release Build+270a561d12ed7ebe7f1cf5b3042f77290d2c34bd
public class UILogMessage
Inheritance
Object    UILogMessage

Constructors

UILogMessageInitializes a new instance of the UILogMessage class

Properties

Level The MessageLevel associates with this UILogMessage.
Message The message content.
Source The source of the log message. For Adapters this is the Adapter Name. For system messages it is an empty string.
TimeStamp The Timestamp associated with the message.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also

Reference