Click or drag to resize
GDLogManagerExportLogFile Method
Exports logs to unsecure storage.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public static bool ExportLogFile(
	StorageFile outputFile
)

Parameters

outputFile
Type: Windows.StorageStorageFile
File which is export destination.

Return Value

Type: Boolean
true if export was successful, otherwise false.
See Also