Flir Atlas SDK Documentation
Flir Atlas SDK Documentation
FLIR Atlas SDK Programming Guide
Flir.Atlas.Diagnostics.Log
ILogger Interface
ILogger Methods
Log Method
ILogger
Log 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#
Copy
void
Log
(
LogLevel
level
,
string
formatString
,
params
Object
[]
args
)
Parameters
level
Type:
Flir.Atlas.Diagnostics.Log
LogLevel
The log level.
formatString
Type:
System
String
format string.
args
Type:
System
Object
An object array that contains zero or more objects to format.
See Also
Reference
ILogger Interface
Flir.Atlas.Diagnostics.Log Namespace