UILogMessage Class

Defines a log message send by the System

Definition

Namespace: IO
Assembly: Gemstone.IO (in Gemstone.IO.dll) Version: 1.0.173 -- Release Build+c1f8051ec0cf79601a7744c9fe22d655c52aac22
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