Class SdkLoggingConfig
Configuration for logging information from the SDK.
Inherited Members
Namespace: Cognite.Extractor.Utils.Unstable.Configuration
Assembly: ExtractorUtils.dll
Syntax
public class SdkLoggingConfig
  Properties
| Edit this page View SourceEnabled
Disables Sdk logging
Declaration
public bool Enabled { get; set; }
  Property Value
| Type | Description | 
|---|---|
| bool | 
Format
Format of the log message.
Default is "CDF ({Message}): {HttpMethod} {Url} {ResponseHeader[X-Request-ID]} - {Elapsed} ms"
Declaration
public string Format { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | String format  | 
      
Level
Cognite Sdk logs are diplayed using this level.
Declaration
public LogLevel Level { get; set; }
  Property Value
| Type | Description | 
|---|---|
| LogLevel | One of the LogLevel levels, case insensitive  |