LogEntry Class |
Namespace: Aspose.Email.Tools.Logging
The LogEntry type exposes the following members.
Name | Description | |
---|---|---|
![]() | LogEntry |
Initialize a new instance of a LogEntry class.
|
![]() | LogEntry(Byte) |
Create a new instance of LogEntry with a full set of constructor parameters
|
![]() | LogEntry(String) |
Initialize a new instance of a LogEntry class.
|
![]() | LogEntry(Byte, IDictionaryString, String) |
Create a new instance of LogEntry with a full set of constructor parameters
|
![]() | LogEntry(Byte, Encoding) |
Create a new instance of LogEntry with a full set of constructor parameters
|
![]() | LogEntry(String, LogLevel) |
Initialize a new instance of a LogEntry class.
|
![]() | LogEntry(String, IDictionaryString, String) |
Create a new instance of LogEntry with a full set of constructor parameters
|
![]() | LogEntry(String, DateTime) |
Initialize a new instance of a LogEntry class.
|
![]() | LogEntry(String, Exception) |
Initialize a new instance of a LogEntry class.
|
![]() | LogEntry(Byte, Encoding, IDictionaryString, String) |
Create a new instance of LogEntry with a full set of constructor parameters
|
![]() | LogEntry(String, Exception, LogLevel) |
Initialize a new instance of a LogEntry class.
|
![]() | LogEntry(String, LogLevel, String, Int32, String, IDictionaryString, String) |
Create a new instance of LogEntry with a full set of constructor parameters
|
![]() | LogEntry(String, Exception, LogLevel, String, Int32, String, IDictionaryString, String) |
Create a new instance of LogEntry with a full set of constructor parameters
|
Name | Description | |
---|---|---|
![]() | AppDomainName |
The AppDomain in which we are running
|
![]() | BinaryDataMessage |
Binary message body to log.
|
![]() | Category |
Category name used to route the log entry to a one or more sinks.
|
![]() | ContextualProperties |
Dictionary of key/value pairs to record.
|
![]() | ErrorMessages |
Gets the error message with the LogEntry |
![]() | EventId |
Event number or identifier.
|
![]() | InnerException |
Gets or sets the inner exception object.
|
![]() | MachineName |
Name of the computer.
|
![]() | Message |
Message body to log. Value from ToString() method from message object.
|
![]() | MessageEncoding |
Encoding for binary message body
|
![]() | SequenceId |
The unique identifier of log event which is automatically generated
and monotonously increasing.
|
![]() | Severity |
Log entry severity as a Severity enumeration. (Unspecified, Information, Warning or Error).
|
![]() | ThreadName |
The name of the .NET thread.
|
![]() | TimeStamp |
Date and time of the log entry message.
|
![]() | Title |
Additional description of the log entry message.
|
Name | Description | |
---|---|---|
![]() | AddErrorMessage |
Add an error or warning message to the start of the messages string builder.
Used by the distributor to record problems.
|
![]() | Clone |
Creates a new LogEntry that is a copy of the current instance.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Overrides ObjectToString.) |