Home > server > ErrorHandler > warning
Logs a formatted warning message to alert about potential issues
Signature:
static warning(message: string, context?: string): void;|
Parameter |
Type |
Description |
|---|---|---|
|
message |
string |
The warning message to display |
|
context |
string |
(Optional) Optional context information about the warning |
void