AzureClient.ConfigureLoggingDelegate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
delegate to configure logging, default to none logger configured
public static Action<Microsoft.Extensions.Logging.ILoggingBuilder> ConfigureLoggingDelegate { get; set; }
static member ConfigureLoggingDelegate : Action<Microsoft.Extensions.Logging.ILoggingBuilder> with get, set
Public Shared Property ConfigureLoggingDelegate As Action(Of ILoggingBuilder)