ConfigurationExtensionDump Method

Dumps the configuration into the specified logger.


Namespace: TwinCAT.Ads.Configuration
Assembly: TwinCAT.Ads.ConfigurationProviders (in TwinCAT.Ads.ConfigurationProviders.dll) Version: 7.0.0+e56d35ccc4675faac24789a4aab60071fc61d470

Syntax

C#

public static void Dump(
    this IConfiguration configuration,
    ILogger? logger,
    LogLevel level = LogLevel.Debug,
    string parentKey = ""
)

Parameters

configuration  IConfiguration

The configuration.

logger  ILogger

The logger.

level  LogLevel  (Optional)

The level.

parentKey  String  (Optional)

The parent key.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IConfiguration. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

Reference

ConfigurationExtension Class TwinCAT.Ads.Configuration Namespace

Beckhoff Automation GmbH & Co. KG 2001-2026