Skip to content
Docs Try Aspire
Docs Try

LogFacade.info

Method
📦 Aspire.Hosting v13.3.0
interface LogFacade {
// ... omitted for brevity
info(message: string): void;
}

Signature

method info
Writes an informational log message
info(message: string): void
message string

Defined on

This method is defined on the following type: