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