Class LoggerConfig
Logging configuration object
Inherited Members
Namespace: Cognite.Extractor.Logging
Assembly: Cognite.Logging.dll
Syntax
public class LoggerConfig
Properties
| Edit this page View SourceConsole
Logging to console (optional)
Declaration
public ConsoleConfig? Console { get; set; }
Property Value
Type | Description |
---|---|
ConsoleConfig | A LogConfig config object |
File
Logging to file (optional)
Declaration
public FileConfig? File { get; set; }
Property Value
Type | Description |
---|---|
FileConfig | A FileConfig config object |
TraceListener
Adds a listener that uses the configured logger to output Trace messages
Declaration
public TraceListenerConfig? TraceListener { get; set; }
Property Value
Type | Description |
---|---|
TraceListenerConfig |