Class LoggingOptions
Logging options for a runtime.
Namespace: Temporalio.Runtime
Assembly: Temporalio.dll
Syntax
public class LoggingOptions : ICloneable
Constructors
LoggingOptions()
Initializes a new instance of the LoggingOptions class.
Declaration
public LoggingOptions()
LoggingOptions(TelemetryFilterOptions)
Initializes a new instance of the LoggingOptions class.
Declaration
public LoggingOptions(TelemetryFilterOptions filter)
Parameters
Type | Name | Description |
---|---|---|
TelemetryFilterOptions | filter | Filter options to set. |
Properties
Filter
Gets or sets the logging filter options.
Declaration
public TelemetryFilterOptions Filter { get; set; }
Property Value
Type | Description |
---|---|
TelemetryFilterOptions |
Methods
Clone()
Create a shallow copy of these options.
Declaration
public virtual object Clone()
Returns
Type | Description |
---|---|
Object | A shallow copy of these options and any transitive options fields. |