LoggingBuilderExtensions.Configure Method
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.
Configures the current logging builder instance with the specified logger factory options.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Extensions::Logging::ILoggingBuilder ^ Configure(Microsoft::Extensions::Logging::ILoggingBuilder ^ builder, Action<Microsoft::Extensions::Logging::LoggerFactoryOptions ^> ^ action);
public static Microsoft.Extensions.Logging.ILoggingBuilder Configure (this Microsoft.Extensions.Logging.ILoggingBuilder builder, Action<Microsoft.Extensions.Logging.LoggerFactoryOptions> action);
static member Configure : Microsoft.Extensions.Logging.ILoggingBuilder * Action<Microsoft.Extensions.Logging.LoggerFactoryOptions> -> Microsoft.Extensions.Logging.ILoggingBuilder
<Extension()>
Public Function Configure (builder As ILoggingBuilder, action As Action(Of LoggerFactoryOptions)) As ILoggingBuilder
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.