UILogMessage Class

Defines a log message send by the System

Definition

Namespace: Gemstone.Timeseries.Model
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.155 -- Release Build+e115e0aae9dba2e478171d226b178f6065fb745f
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