2 references to Define
Aspire.Hosting.Docker (1)
LoggerMessage.g.cs (1)
106
global::Microsoft.Extensions.Logging.LoggerMessage.
Define
<global::System.String, global::System.String, global::System.String>(global::Microsoft.Extensions.Logging.LogLevel.Warning, new global::Microsoft.Extensions.Logging.EventId(429963410, nameof(BindMountHostSpecificPath)), "Resource '{ResourceName}' has a bind mount with host-specific source path '{SourcePath}'. The source has been replaced with an environment variable placeholder '{Placeholder}' which may make the application less portable across different machines.", new global::Microsoft.Extensions.Logging.LogDefineOptions() { SkipEnabledCheck = true });
Microsoft.Extensions.Logging.Abstractions (1)
LoggerMessage.cs (1)
263
=>
Define
<T1, T2, T3>(logLevel, eventId, formatString, options: null);