Interface ILogEntryNotification
Represents a notification that is able to create log entries.
Namespace: Unify.Framework.Notification.Core.Interfaces
Assembly: Unify.Framework.Notification.Core.Interfaces.dll
Syntax
public interface ILogEntryNotification : INotificationMessage
Properties
TimeStamp
The time stamp of the log entry.
Declaration
DateTime TimeStamp { get; }
Property Value
Type | Description |
---|---|
System.DateTime |
Methods
GetLogEntry()
Obtains a log entry for logging.
Declaration
IBrandedLogEntry GetLogEntry()
Returns
Type | Description |
---|---|
IBrandedLogEntry | A log entry representing the event that has occurred. |