Show / Hide Table of Contents

Class LoggerConfig

Logging configuration object

Inheritance
object
LoggerConfig
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Cognite.Extractor.Logging
Assembly: Cognite.Logging.dll
Syntax
public class LoggerConfig

Properties

| Edit this page View Source

Console

Logging to console (optional)

Declaration
public ConsoleConfig? Console { get; set; }
Property Value
Type Description
ConsoleConfig

A LogConfig config object

| Edit this page View Source

File

Logging to file (optional)

Declaration
public FileConfig? File { get; set; }
Property Value
Type Description
FileConfig

A FileConfig config object

| Edit this page View Source

TraceListener

Adds a listener that uses the configured logger to output Trace messages

Declaration
public TraceListenerConfig? TraceListener { get; set; }
Property Value
Type Description
TraceListenerConfig

Extension Methods

DataModelUtils.GetOrCreateResourcesAsync<T, T2>(T2, IEnumerable<InstanceIdentifier>, Func<IEnumerable<InstanceIdentifier>, IEnumerable<SourcedNodeWrite<T>>>, Func<IEnumerable<SourcedNodeWrite<T>>, SanitationMode, (IEnumerable<SourcedNodeWrite<T>>, IEnumerable<CogniteError<SourcedNodeWrite<T>>>)>, int, int, RetryMode, SanitationMode, CancellationToken)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX