LumiSoft Net Help
AddWrite Method (id, userIdentity, size, text, localEP, remoteEP, data)
NamespacesLumiSoft.Net.LogLoggerAddWrite(String, GenericIdentity, Int64, String, IPEndPoint, IPEndPoint, array<Byte>[]()[][])
Add write log entry.
Declaration Syntax
C#Visual BasicVisual C++F#
public void AddWrite(
	string id,
	GenericIdentity userIdentity,
	long size,
	string text,
	IPEndPoint localEP,
	IPEndPoint remoteEP,
	byte[] data
)
Public Sub AddWrite ( 
	id As String,
	userIdentity As GenericIdentity,
	size As Long,
	text As String,
	localEP As IPEndPoint,
	remoteEP As IPEndPoint,
	data As Byte()
)
public:
void AddWrite(
	String^ id, 
	GenericIdentity^ userIdentity, 
	long long size, 
	String^ text, 
	IPEndPoint^ localEP, 
	IPEndPoint^ remoteEP, 
	array<unsigned char>^ data
)
member AddWrite : 
        id : string * 
        userIdentity : GenericIdentity * 
        size : int64 * 
        text : string * 
        localEP : IPEndPoint * 
        remoteEP : IPEndPoint * 
        data : byte[] -> unit 
Parameters
id (String)
Log entry ID.
userIdentity (GenericIdentity)
Authenticated user identity.
size (Int64)
Written data size in bytes.
text (String)
Log text.
localEP (IPEndPoint)
Local IP endpoint.
remoteEP (IPEndPoint)
Remote IP endpoint.
data (array<Byte>[]()[][])
Log data.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119