LumiSoft Mail Server User API
AddRead Method (size, text)
Namespaces > LumiSoft.Net.Log > Logger > AddRead(Int32, String)
Adds read log entry.
Syntax
C#Visual BasicManaged C++
public void AddRead (
	int size,
	string text
)
Public Sub AddRead ( _
	size As Integer, _
	text As String _
)
public:
void AddRead (
	int size, 
	String^ text
)
Parameters
size (Int32)
Readed data size in bytes.
text (String)
Log text.

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