| TracerTraceVerbose 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
)
Public Sub TraceVerbose (
format As String,
ParamArray args As Object()
)
public:
void TraceVerbose(
String^ format,
... array<Object^>^ args
)
member TraceVerbose :
format : string *
args : Object[] -> unit
Parameters
- format
- Type: SystemString
Format. - args
- Type: SystemObject
Arguments.
See Also