Click or drag to resize
ILoggerLog Method
Writes the diagnostic message at the specified level.

Namespace: Flir.Atlas.Diagnostics.Log
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
void Log(
	LogLevel level,
	string formatString,
	params Object[] args
)

Parameters

level
Type: Flir.Atlas.Diagnostics.LogLogLevel
The log level.
formatString
Type: SystemString
format string.
args
Type: SystemObject
An object array that contains zero or more objects to format.
See Also