Skip to content
Docs Try Aspire

ILogger.logInformation

Method
📦 Aspire.Hosting v13.2.0
interface ILogger {
// ... omitted for brevity
logInformation(message: string): void;
}

Signature

method logInformation
Logs an information message
logInformation(message: string): void
message string

Defined on

This method is defined on the following type: