LumiSoft Net Help
AddText Method (id, userIdentity, text, localEP, remoteEP)
NamespacesLumiSoft.Net.LogLoggerAddText(String, GenericIdentity, String, IPEndPoint, IPEndPoint)
Adds text entry.
Declaration Syntax
C#Visual BasicVisual C++F#
public void AddText(
	string id,
	GenericIdentity userIdentity,
	string text,
	IPEndPoint localEP,
	IPEndPoint remoteEP
)
Public Sub AddText ( 
	id As String,
	userIdentity As GenericIdentity,
	text As String,
	localEP As IPEndPoint,
	remoteEP As IPEndPoint
)
public:
void AddText(
	String^ id, 
	GenericIdentity^ userIdentity, 
	String^ text, 
	IPEndPoint^ localEP, 
	IPEndPoint^ remoteEP
)
member AddText : 
        id : string * 
        userIdentity : GenericIdentity * 
        text : string * 
        localEP : IPEndPoint * 
        remoteEP : IPEndPoint -> unit 
Parameters
id (String)
Log entry ID.
userIdentity (GenericIdentity)
Authenticated user identity.
text (String)
Log text.
localEP (IPEndPoint)
Local IP endpoint.
remoteEP (IPEndPoint)
Remote IP endpoint.

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