LogEntry Class |
Namespace: MailBee
The LogEntry type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString |
Returns formatted log string.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
![]() | AddThisEntry |
Gets or sets whether this log entry must be added into the log.
|
![]() | ContextInfo |
Gets the string containing fully-qualified name of the current context.
|
![]() | MessageComment |
Gets or sets the string containing any additional information about the message text or data.
|
![]() | MessageText |
Gets or sets the string containing the message text or data.
|
![]() | MessageType |
Gets the type of the log entry.
|
![]() | Time |
Gets the date and time when this log entry was created.
|
![]() |
---|
The developer can set AddThisEntry property value to false to cancel adding a particular entry into the log. |