 | Tracer.TraceVerbose Method |
Trace error
Namespace:
SanteDB.Core.Diagnostics
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntaxpublic 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: System.String
Format. - args
- Type:System.Object[]
Arguments.
See Also