Click or drag to resize

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
Syntax
C#
public 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