logDebug()
Logs the specified arguments when debug mode is enable to the console with a timestamp.
Function Definition
ts
function logDebug(...args: any[]): void;
Arguments
- ...args: any[]
Returns
- void
Documentation
No Documentation Provided Yet