ILogger.logInformation
Method
interface ILogger { // ... omitted for brevity logInformation(message: string): void;}Signature
method
logInformation Logs an information message
logInformation(message: string): voidParameters
message string Defined on
This method is defined on the following type: