Click or drag to resize

TracerAddWriter Method

Adds a writer to the trace stack

Namespace:  SanteDB.Core.Diagnostics
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
public static void AddWriter(
	TraceWriter tw,
	EventLevel filter
)

Parameters

tw
Type: SanteDB.Core.DiagnosticsTraceWriter

[Missing <param name="tw"/> documentation for "M:SanteDB.Core.Diagnostics.Tracer.AddWriter(SanteDB.Core.Diagnostics.TraceWriter,System.Diagnostics.Tracing.EventLevel)"]

filter
Type: System.Diagnostics.TracingEventLevel

[Missing <param name="filter"/> documentation for "M:SanteDB.Core.Diagnostics.Tracer.AddWriter(SanteDB.Core.Diagnostics.TraceWriter,System.Diagnostics.Tracing.EventLevel)"]

See Also