$dsDiag Variable for Data Standard
The $dsDiag
variable provides methods for debugging Data Standard dialogs.
Type: VaultDiag
Methods:
Name | Description |
---|---|
Inspect() | Opens a modal window that shows all PowerShell script environment variables with their containing members and values at the moment the method is called. |
Trace(string) | Adds a string to the log file. With this function, information like debug or error messages can be traced by writing the information to a log file. |
Clear() | Removes all trace information from the log file. |
ShowLog() | Opens a windows that shows all of the trace information. |