Class LoggingSettings
- Namespace
- MongoDB.Driver.Core.Configuration
- Assembly
- MongoDB.Driver.Core.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.
Operators
- operator ==(LoggingSettings, LoggingSettings)
Determines whether two LoggingSettings instances are equal.
- operator !=(LoggingSettings, LoggingSettings)
Determines whether two LoggingSettings instances are not equal.