logWarning
Function
interface ILogger { // ... omitted for brevity logWarning(message: string): void;}Signature
method
logWarning Logs a warning message
logWarning(message: string): voidParameters
message string Applies to
This function is an extension method on the following types: