Click or drag to resize

StiLogServiceWriteLogString Method

Writes an message into the log.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public virtual void WriteLogString(
	string s
)

Parameters

s
Type: SystemString
The message which will be added to the log.
See Also