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.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
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

TWriter

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

See Also