Class ConsoleConfig
Configuration for console logging.
Inherited Members
Namespace: Cognite.Extractor.Logging
Assembly: Cognite.Logging.dll
Syntax
public class ConsoleConfig : LogConfig
Properties
| Edit this page View SourceStderrLevel
Minimum logging level to output to standard error.
Declaration
public string? StderrLevel { get; set; }
Property Value
Type | Description |
---|---|
string | One of 'verbose', 'debug', 'information', 'warning', 'error', 'fatal' |