Table of Contents

Method With

Namespace
MongoDB.Driver.Core.Configuration
Assembly
MongoDB.Driver.Core.dll

With(Optional<string>)

Returns a new SdamLoggingSettings instance with some settings changed.

public SdamLoggingSettings With(Optional<string> logFilename = default)

Parameters

logFilename Optional<string>

The filename.

Returns

SdamLoggingSettings

A new SdamLoggingSettings instance.