Table of Contents

Class SdamLoggingSettings

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

Represents settings for SDAM logging.

[Obsolete("Use MongoClientSettings.LoggerFactory instead.")]
public class SdamLoggingSettings
Inheritance
SdamLoggingSettings
Inherited Members

Constructors

SdamLoggingSettings(Optional<string>)

Initializes a new instance of the SdamLoggingSettings class.

Properties

LogFilename

The filename to log to.

Methods

With(Optional<string>)

Returns a new SdamLoggingSettings instance with some settings changed.