Class LoggingSettings
- Namespace
 - MongoDB.Driver.Core.Configuration
 
- Assembly
 - MongoDB.Driver.dll
 
Represents the settings for logging.
public sealed class LoggingSettings : IEquatable<LoggingSettings>
  - Inheritance
 - 
      
      LoggingSettings
 
- Implements
 
- Inherited Members
 
Constructors
- LoggingSettings(ILoggerFactory, Optional<int>)
 Initializes a new instance of the LoggingSettings class.
Properties
- LoggerFactory
 Gets the logger factory.
- MaxDocumentSize
 Gets the maximum document size in chars.
Methods
- Equals(LoggingSettings)
 Determines whether the specified LoggingSettings is equal to this instance.
- Equals(object)
 Determines whether the specified object is equal to the current object.
- GetHashCode()
 Serves as the default hash function.
Operators
- operator ==(LoggingSettings, LoggingSettings)
 Determines whether two LoggingSettings instances are equal.
- operator !=(LoggingSettings, LoggingSettings)
 Determines whether two LoggingSettings instances are not equal.