Click or drag to resize
GDLogManagerEnableDetailedLogging Method
Enables detailed logging to the secure container for a specified duration. Call this method to enable detailed logging to the secure container for a specified duration. A duration less than or equal to 0 will disable detailed logging. This method has the same effect as enabling logging for an app from within the Good Control server. To access the logs, use the Good Control server upload log control.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public static bool EnableDetailedLogging(
	TimeSpan duration
)

Parameters

duration
Type: SystemTimeSpan
The duration that detailed logging will be enabled.

Return Value

Type: Boolean
true if detailed logging was enabled for the given duration, otherwise false.
See Also