Class LogConfig
Base class for log configuration
Inherited Members
Namespace: Cognite.Extractor.Logging
Assembly: Cognite.Logging.dll
Syntax
public class LogConfig
Properties
| Edit this page View SourceLevel
Logging level.
Declaration
public string? Level { get; set; }
Property Value
Type | Description |
---|---|
string | One of 'verbose', 'debug', 'information', 'warning', 'error', 'fatal' |