DesktopSystemgetLog Method |
Retrieves the contents of the log with the specified filename.
Requires administrator privileges.
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax public void getLog(
string fileName,
AckCallback callback,
AckCallback errorCallback = null
)
Parameters
- fileName
- Type: SystemString
The filename of the log. - callback
- Type: Openfin.DesktopAckCallback
A function that is called and passed the contents of the log.
- errorCallback (Optional)
- Type: Openfin.DesktopAckCallback
(Optional) A function that is called if the method fails.
The reason for failure is passed as an argument.
See Also