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