LoggerInfo Method (String, Object) |
Log a message at the Info trace level.
Namespace:
Openfin.Desktop.Logging
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntaxpublic void Info(
string value,
params Object[] args
)
Parameters
- value
- Type: SystemString
The message format string. - args
- Type: SystemObject
An object array containing zero or more message objects to format.
See Also