LumiSoft Net Help
AddWrite Method (size, text)
NamespacesLumiSoft.Net.LogLoggerAddWrite(Int64, String)
Add write log entry.
Declaration Syntax
C#Visual BasicVisual C++F#
public void AddWrite(
	long size,
	string text
)
Public Sub AddWrite ( 
	size As Long,
	text As String
)
public:
void AddWrite(
	long long size, 
	String^ text
)
member AddWrite : 
        size : int64 * 
        text : string -> unit 
Parameters
size (Int64)
Written data size in bytes.
text (String)
Log text.

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