logWarning()
Logs the specified arguments as a warning to the console with a timestamp.
Function Definition
ts
function logWarning(...args: any[]): void;
Arguments
- ...args: any[]
Returns
- void
Documentation
No Documentation Provided Yet