Default constructor.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public LogEntry( LogEntryType type, string id, GenericIdentity userIdentity, long size, string text, IPEndPoint localEP, IPEndPoint remoteEP, Exception exception )
Public Sub New ( type As LogEntryType, id As String, userIdentity As GenericIdentity, size As Long, text As String, localEP As IPEndPoint, remoteEP As IPEndPoint, exception As Exception )
public: LogEntry( LogEntryType type, String^ id, GenericIdentity^ userIdentity, long long size, String^ text, IPEndPoint^ localEP, IPEndPoint^ remoteEP, Exception^ exception )
new : type : LogEntryType * id : string * userIdentity : GenericIdentity * size : int64 * text : string * localEP : IPEndPoint * remoteEP : IPEndPoint * exception : Exception -> LogEntry
Parameters
- type (LogEntryType)
- Log entry type.
- id (String)
- Log entry ID.
- userIdentity (GenericIdentity)
- Log entry owner user or null if none.
- size (Int64)
- Log entry read/write size in bytes.
- text (String)
- Log text.
- localEP (IPEndPoint)
- Local IP end point.
- remoteEP (IPEndPoint)
- Remote IP end point.
- exception (Exception)
- Exception happened. Can be null.
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119