Click or drag to resize
GDLogManager Class
Class containing methods regarding debug logs.
Inheritance Hierarchy
SystemObject
  GDGDLogManager

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public sealed class GDLogManager

The GDLogManager type exposes the following members.

Constructors
  NameDescription
Public methodGDLogManager
Initializes a new instance of the GDLogManager class
Top
Methods
  NameDescription
Public methodStatic memberEnableDetailedLogging
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.
Public methodEquals (Inherited from Object.)
Public methodStatic memberExportLogFile
Exports logs to unsecure storage.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Public methodStatic memberUploadLogs
Asynchronymously uploads logs to server.
Top
See Also

Reference