StiLogServiceWrite Method (String) |
Writes an message into the log.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public static void Write(
string message
)
Public Shared Sub Write (
message As String
)
Parameters
- message
- Type: SystemString
The message which will be added to the log.
See Also