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
)
Public Overridable Sub WriteLogString (
s As String
)
Parameters
- s
- Type: SystemString
The message which will be added to the log.
See Also