Skip to content

Debugging DigiTrust

Chris Cole edited this page Dec 10, 2019 · 2 revisions

DigiTrust has built in capabilities to assist in debugging production environments. By default DigiTrust does not output most log information. It does, however, maintain an internal buffer of log events that can be dumped.

DigiTrust.debugControl The namespace for debugging related controls

DigiTrust.debugControl.dumpLogs() Output the contents of the log buffer as an array. Both prints to console and returns a reference to the array.

Clone this wiki locally