| TracerGetTracer Method |
Creates a logging interface for the specified source
Namespace:
SanteDB.Core.Diagnostics
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax public static Tracer GetTracer(
Type sourceType
)
Public Shared Function GetTracer (
sourceType As Type
) As Tracer
public:
static Tracer^ GetTracer(
Type^ sourceType
)
static member GetTracer :
sourceType : Type -> Tracer
Parameters
- sourceType
- Type: SystemType
[Missing <param name="sourceType"/> documentation for "M:SanteDB.Core.Diagnostics.Tracer.GetTracer(System.Type)"]
Return Value
Type:
Tracer[Missing <returns> documentation for "M:SanteDB.Core.Diagnostics.Tracer.GetTracer(System.Type)"]
See Also