| LogWriterWriteToLog Method (String) |
Write event to the log file. Used
LogLevel is Level.Information.
Namespace: Flir.Atlas.Live.LogAssembly: Flir.Atlas.Live (in Flir.Atlas.Live.dll) Version: 3.1
Syntax public void WriteToLog(
string message
)
Parameters
- message
- Type: SystemString
The message to write to the log
See Also