LoggerInfo Method (String) |
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
)
Parameters
- value
- Type: SystemString
The message string.
See Also