Click or drag to resize

TracerGetWriterTWriter Method

Get the specified trace writer

Namespace:  SanteDB.Core.Diagnostics
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
public static TWriter GetWriter<TWriter>()
where TWriter : TraceWriter

Type Parameters

TWriter

[Missing <typeparam name="TWriter"/> documentation for "M:SanteDB.Core.Diagnostics.Tracer.GetWriter``1"]

Return Value

Type: TWriter

[Missing <returns> documentation for "M:SanteDB.Core.Diagnostics.Tracer.GetWriter``1"]

See Also