Click or drag to resize

Tracer.TraceVerbose Method

Trace error

Namespace:  SanteDB.Core.Diagnostics
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
public void TraceVerbose(
	string format,
	params Object[] args
)

Parameters

format
Type: System.String
Format.
args
Type:System.Object[]
Arguments.
See Also