Implements log entry.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public class LogEntry
Public Class LogEntry
public ref class LogEntry
type LogEntry = class end
Members
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
LogEntry(LogEntryType, String, Int64, String) |
Default constructor.
| |
LogEntry(LogEntryType, String, GenericIdentity, Int64, String, IPEndPoint, IPEndPoint, array<Byte>[]()[][]) |
Default constructor.
| |
LogEntry(LogEntryType, String, GenericIdentity, Int64, String, IPEndPoint, IPEndPoint, Exception) |
Default constructor.
| |
Data |
Gest log data. Value null means no log data.
| |
EntryType |
Gets log entry type.
| |
Equals(Object) | (Inherited from Object.) | |
Exception |
Gets exception happened. This property is available only if LogEntryType.Exception.
| |
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 a hash function for a particular type. (Inherited from Object.) | |
GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
ID |
Gets log entry ID.
| |
LocalEndPoint |
Gets local IP end point. Value null means no local end point.
| |
MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
RemoteEndPoint |
Gets remote IP end point. Value null means no remote end point.
| |
Size |
Gets how much data was readed or written, depends on LogEntryType.
| |
Text |
Gets describing text.
| |
Time |
Gets time when log entry was created.
| |
ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) | |
UserIdentity |
Gets log entry related user identity.
|
Inheritance Hierarchy
Object | |
LogEntry |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119