Default constructor.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public LogEntry( LogEntryType type, string id, long size, string text )
Public Sub New ( type As LogEntryType, id As String, size As Long, text As String )
public: LogEntry( LogEntryType type, String^ id, long long size, String^ text )
new : type : LogEntryType * id : string * size : int64 * text : string -> LogEntry
Parameters
- type (LogEntryType)
- Log entry type.
- id (String)
- Log entry ID.
- size (Int64)
- Specified how much data was readed or written.
- text (String)
- Description text.
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119