Class SdkLoggingConfig
Cognite Sdk logging configuration
Inherited Members
Namespace: Cognite.Extractor.Utils
Assembly: ExtractorUtils.dll
Syntax
public class SdkLoggingConfig
Properties
| Edit this page View SourceDisable
Disables Sdk logging
Declaration
public bool Disable { 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 |