Class LogAsTraceProcessorOptions
Specifies the options used to configure a LogAsTraceProcessor.
Namespace: Neon.Diagnostics
Assembly: Neon.Common.dll
Syntax
public class LogAsTraceProcessorOptions
Constructors
LogAsTraceProcessorOptions()
Constructs an instance with reasonable settings.
Declaration
public LogAsTraceProcessorOptions()
Properties
LogLevel
Used to filter the log events that are forwarded. Only events with log levels greater than or equal to this value will be also logged as trace events.
This defaults to LogLevel.Information.
Declaration
public LogLevel LogLevel { get; set; }
Property Value
Type | Description |
---|---|
LogLevel |