Click or drag to resize

LoggerTrace Method (String)

Log a message at the Info trace level.

Namespace:  Openfin.Desktop.Logging
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 14.1.0-alpha3
Syntax
C#
public void Trace(
	string value
)

Parameters

value
Type: SystemString
The message string.
See Also