LumiSoft Mail Server User API
LogEntry Constructor (type, size, text)
Namespaces > LumiSoft.Net.Log > LogEntry > LogEntryNew(LogEntryType, Int32, String)
Default constructor.
Syntax
C#Visual BasicManaged C++
public LogEntry (
	LogEntryType type,
	int size,
	string text
)
Public Sub New ( _
	type As LogEntryType, _
	size As Integer, _
	text As String _
)
public:
LogEntry (
	LogEntryType type, 
	int size, 
	String^ text
)
Parameters
type (LogEntryType)
Log entry type.
size (Int32)
Specified how much data was readed or written.
text (String)
Description text.

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)